Model save
Browse files- README.md +11 -23
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# roberta_en_med_merged_classes
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
- F1 Macro: 0.
|
| 24 |
-
- F1 Weighted: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -41,11 +41,11 @@ More information needed
|
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
- learning_rate: 2e-05
|
| 44 |
-
- train_batch_size:
|
| 45 |
-
- eval_batch_size:
|
| 46 |
- seed: 42
|
| 47 |
-
- gradient_accumulation_steps:
|
| 48 |
-
- total_train_batch_size:
|
| 49 |
- optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
- lr_scheduler_warmup_ratio: 0.1
|
|
@@ -56,23 +56,11 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted |
|
| 58 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.5302 | 0.9362 | 800 | 0.5115 | 0.8099 | 0.7577 | 0.8083 |
|
| 61 |
-
| 0.4494 | 1.4037 | 1200 | 0.4656 | 0.8280 | 0.7818 | 0.8278 |
|
| 62 |
-
| 0.4417 | 1.8719 | 1600 | 0.4583 | 0.8334 | 0.7872 | 0.8326 |
|
| 63 |
-
| 0.3551 | 2.3394 | 2000 | 0.4665 | 0.8239 | 0.7727 | 0.8238 |
|
| 64 |
-
| 0.3486 | 2.8075 | 2400 | 0.4337 | 0.8390 | 0.7933 | 0.8372 |
|
| 65 |
-
| 0.3028 | 3.2750 | 2800 | 0.4387 | 0.8391 | 0.7961 | 0.8392 |
|
| 66 |
-
| 0.2975 | 3.7431 | 3200 | 0.4378 | 0.8407 | 0.7986 | 0.8400 |
|
| 67 |
-
| 0.2576 | 4.2106 | 3600 | 0.4655 | 0.8359 | 0.7975 | 0.8358 |
|
| 68 |
-
| 0.2602 | 4.6788 | 4000 | 0.4580 | 0.8374 | 0.7960 | 0.8377 |
|
| 69 |
-
| 0.2196 | 5.1463 | 4400 | 0.4635 | 0.8405 | 0.8001 | 0.8401 |
|
| 70 |
-
| 0.2153 | 5.6144 | 4800 | 0.4738 | 0.8388 | 0.7961 | 0.8385 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
| 74 |
|
| 75 |
- Transformers 4.56.1
|
| 76 |
-
- Pytorch 2.
|
| 77 |
-
- Datasets 4.1.0
|
| 78 |
- Tokenizers 0.22.0
|
|
|
|
| 16 |
|
| 17 |
# roberta_en_med_merged_classes
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.4434
|
| 22 |
+
- Accuracy: 0.8467
|
| 23 |
+
- F1 Macro: 0.7876
|
| 24 |
+
- F1 Weighted: 0.8463
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
- learning_rate: 2e-05
|
| 44 |
+
- train_batch_size: 64
|
| 45 |
+
- eval_batch_size: 32
|
| 46 |
- seed: 42
|
| 47 |
+
- gradient_accumulation_steps: 8
|
| 48 |
+
- total_train_batch_size: 512
|
| 49 |
- optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
- lr_scheduler_warmup_ratio: 0.1
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Weighted |
|
| 58 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
| 59 |
+
| 0.3997 | 3.3621 | 400 | 0.4434 | 0.8467 | 0.7876 | 0.8463 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
| 63 |
|
| 64 |
- Transformers 4.56.1
|
| 65 |
+
- Pytorch 2.6.0+cu124
|
|
|
|
| 66 |
- Tokenizers 0.22.0
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498640508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:644d74679213435046b4e3cfa83c44ba57f229a391da75f2b08e1da95e4d2993
|
| 3 |
size 498640508
|