End of training
Browse files- README.md +17 -16
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [FacebookAI/roberta-large](https://huggingface.co/FacebookAI/roberta-large) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -44,28 +44,29 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
- train_batch_size: 16
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
|
|
53 |
- num_epochs: 10
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [FacebookAI/roberta-large](https://huggingface.co/FacebookAI/roberta-large) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.6008
|
25 |
+
- Accuracy: 0.8383
|
26 |
+
- Precision: 0.4718
|
27 |
+
- Recall: 0.5678
|
28 |
+
- F1: 0.5154
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 1.7907036378776835e-05
|
48 |
- train_batch_size: 16
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- lr_scheduler_warmup_ratio: 0.1
|
54 |
- num_epochs: 10
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
60 |
+
| 0.5272 | 1.0 | 233 | 0.2658 | 0.8460 | 0.4904 | 0.4322 | 0.4595 |
|
61 |
+
| 0.4214 | 2.0 | 466 | 0.2973 | 0.8318 | 0.4532 | 0.5339 | 0.4903 |
|
62 |
+
| 0.3558 | 3.0 | 699 | 0.1914 | 0.8626 | 0.6341 | 0.2203 | 0.3270 |
|
63 |
+
| 0.3019 | 4.0 | 932 | 0.2606 | 0.8370 | 0.4667 | 0.5339 | 0.4980 |
|
64 |
+
| 0.2533 | 5.0 | 1165 | 0.2685 | 0.8306 | 0.45 | 0.5339 | 0.4884 |
|
65 |
+
| 0.2128 | 6.0 | 1398 | 0.3596 | 0.8216 | 0.4364 | 0.6102 | 0.5088 |
|
66 |
+
| 0.1875 | 7.0 | 1631 | 0.5245 | 0.7972 | 0.3980 | 0.6610 | 0.4968 |
|
67 |
+
| 0.1605 | 8.0 | 1864 | 0.5786 | 0.8254 | 0.4458 | 0.6271 | 0.5211 |
|
68 |
+
| 0.1496 | 9.0 | 2097 | 0.5402 | 0.8293 | 0.4497 | 0.5678 | 0.5019 |
|
69 |
+
| 0.1254 | 10.0 | 2330 | 0.6008 | 0.8383 | 0.4718 | 0.5678 | 0.5154 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1421495416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ee8412a5de3fcc2e01e7301a11f624f1521f5f292f101fe1d5749433481e725
|
3 |
size 1421495416
|