End of training
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,30 +49,30 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
-
- Transformers 4.33.
|
76 |
- Pytorch 2.0.1+cu118
|
77 |
-
- Datasets 2.14.
|
78 |
- Tokenizers 0.13.3
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7971
|
21 |
+
- F1: 0.6393
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.8536 | 0.5 | 500 | 0.8421 | 0.6256 |
|
53 |
+
| 0.8287 | 1.0 | 1000 | 0.8261 | 0.6295 |
|
54 |
+
| 0.8274 | 1.5 | 1500 | 0.8228 | 0.6296 |
|
55 |
+
| 0.8716 | 2.01 | 2000 | 0.9578 | 0.3234 |
|
56 |
+
| 0.9525 | 2.51 | 2500 | 0.9556 | 0.3222 |
|
57 |
+
| 0.9656 | 3.01 | 3000 | 0.9501 | 0.3222 |
|
58 |
+
| 0.8652 | 3.51 | 3500 | 0.8374 | 0.6319 |
|
59 |
+
| 0.831 | 4.01 | 4000 | 0.8575 | 0.6163 |
|
60 |
+
| 0.8292 | 4.51 | 4500 | 0.8372 | 0.6290 |
|
61 |
+
| 0.794 | 5.02 | 5000 | 0.8374 | 0.6268 |
|
62 |
+
| 0.8711 | 5.52 | 5500 | 0.9145 | 0.5923 |
|
63 |
+
| 0.823 | 6.02 | 6000 | 0.8496 | 0.6233 |
|
64 |
+
| 0.8323 | 6.52 | 6500 | 0.8339 | 0.6243 |
|
65 |
+
| 0.8009 | 7.02 | 7000 | 0.8403 | 0.6248 |
|
66 |
+
| 0.8038 | 7.52 | 7500 | 0.8402 | 0.6243 |
|
67 |
+
| 0.7961 | 8.02 | 8000 | 0.8370 | 0.6305 |
|
68 |
+
| 0.793 | 8.53 | 8500 | 0.8203 | 0.6353 |
|
69 |
+
| 0.7915 | 9.03 | 9000 | 0.8192 | 0.6306 |
|
70 |
+
| 0.763 | 9.53 | 9500 | 0.7971 | 0.6393 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
+
- Transformers 4.33.1
|
76 |
- Pytorch 2.0.1+cu118
|
77 |
+
- Datasets 2.14.5
|
78 |
- Tokenizers 0.13.3
|