End of training
Browse files- README.md +12 -17
- 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,29 +44,24 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate: 1.
|
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:
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
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
|
|
|
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.3698
|
25 |
+
- Accuracy: 0.8216
|
26 |
+
- Precision: 0.4348
|
27 |
+
- Recall: 0.5932
|
28 |
+
- F1: 0.5018
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 1.6142257525574262e-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: 5
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
60 |
+
| 0.4927 | 1.0 | 296 | 0.2877 | 0.8434 | 0.4792 | 0.3898 | 0.4299 |
|
61 |
+
| 0.3855 | 2.0 | 592 | 0.2566 | 0.8665 | 0.5714 | 0.4746 | 0.5185 |
|
62 |
+
| 0.3257 | 3.0 | 888 | 0.2534 | 0.8575 | 0.5368 | 0.4322 | 0.4789 |
|
63 |
+
| 0.2553 | 4.0 | 1184 | 0.3290 | 0.8216 | 0.4371 | 0.6186 | 0.5123 |
|
64 |
+
| 0.1911 | 5.0 | 1480 | 0.3698 | 0.8216 | 0.4348 | 0.5932 | 0.5018 |
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### 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:e1bc9285e8c96faa51373ae92ca061973228e3599c06f917c6c7aea9369db584
|
3 |
size 1421495416
|