Model save
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,52 +38,24 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate:
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step
|
54 |
-
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.5794 | 5.0 | 7820 | 0.5669 | 0.8107 |
|
60 |
-
| 0.5303 | 6.0 | 9384 | 0.5505 | 0.8105 |
|
61 |
-
| 0.504 | 7.0 | 10948 | 0.5560 | 0.8081 |
|
62 |
-
| 0.4664 | 8.0 | 12512 | 0.5553 | 0.8071 |
|
63 |
-
| 0.4559 | 9.0 | 14076 | 0.5613 | 0.8073 |
|
64 |
-
| 0.4393 | 10.0 | 15640 | 0.5734 | 0.8044 |
|
65 |
-
| 0.4292 | 11.0 | 17204 | 0.5735 | 0.7995 |
|
66 |
-
| 0.4065 | 12.0 | 18768 | 0.5987 | 0.8007 |
|
67 |
-
| 0.3905 | 13.0 | 20332 | 0.6292 | 0.7951 |
|
68 |
-
| 0.3828 | 14.0 | 21896 | 0.6233 | 0.7927 |
|
69 |
-
| 0.3658 | 15.0 | 23460 | 0.6490 | 0.7887 |
|
70 |
-
| 0.3663 | 16.0 | 25024 | 0.6571 | 0.7913 |
|
71 |
-
| 0.3551 | 17.0 | 26588 | 0.6533 | 0.7852 |
|
72 |
-
| 0.3439 | 18.0 | 28152 | 0.6814 | 0.7833 |
|
73 |
-
| 0.3316 | 19.0 | 29716 | 0.6764 | 0.7817 |
|
74 |
-
| 0.3297 | 20.0 | 31280 | 0.6896 | 0.7798 |
|
75 |
-
| 0.318 | 21.0 | 32844 | 0.6947 | 0.7775 |
|
76 |
-
| 0.323 | 22.0 | 34408 | 0.7231 | 0.7767 |
|
77 |
-
| 0.304 | 23.0 | 35972 | 0.7333 | 0.7707 |
|
78 |
-
| 0.3145 | 24.0 | 37536 | 0.7491 | 0.7742 |
|
79 |
-
| 0.2975 | 25.0 | 39100 | 0.7502 | 0.7708 |
|
80 |
-
| 0.2812 | 26.0 | 40664 | 0.7632 | 0.7719 |
|
81 |
-
| 0.2825 | 27.0 | 42228 | 0.7734 | 0.7664 |
|
82 |
-
| 0.2828 | 28.0 | 43792 | 0.7767 | 0.7697 |
|
83 |
-
| 0.2872 | 29.0 | 45356 | 0.7865 | 0.7683 |
|
84 |
-
| 0.2759 | 30.0 | 46920 | 0.7849 | 0.7700 |
|
85 |
-
| 0.2758 | 31.0 | 48484 | 0.7915 | 0.7692 |
|
86 |
-
| 0.2797 | 32.0 | 50048 | 0.7933 | 0.7696 |
|
87 |
|
88 |
|
89 |
### Framework versions
|
|
|
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.6189
|
22 |
+
- Accuracy: 0.7964
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 3e-06
|
42 |
- train_batch_size: 16
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 4
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 0.7894 | 1.0 | 1585 | 0.6954 | 0.7818 |
|
56 |
+
| 0.6249 | 2.0 | 3170 | 0.6336 | 0.7936 |
|
57 |
+
| 0.5562 | 3.0 | 4755 | 0.6232 | 0.7953 |
|
58 |
+
| 0.5416 | 4.0 | 6340 | 0.6189 | 0.7964 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|