End of training
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- F1: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,21 +47,21 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
50 |
-
| No log | 1.0 | 10 | 1.
|
51 |
-
| No log | 2.0 | 20 | 1.
|
52 |
-
| No log | 3.0 | 30 | 1.
|
53 |
-
| No log | 4.0 | 40 | 1.
|
54 |
-
| No log | 5.0 | 50 | 1.
|
55 |
-
| No log | 6.0 | 60 | 0.
|
56 |
-
| No log | 7.0 | 70 | 0.
|
57 |
-
| No log | 8.0 | 80 | 0.
|
58 |
-
| No log | 9.0 | 90 | 0.
|
59 |
-
| No log | 10.0 | 100 | 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
-
- Transformers 4.
|
65 |
-
- Pytorch 2.0
|
66 |
-
- Datasets 2.
|
67 |
-
- Tokenizers 0.
|
|
|
15 |
|
16 |
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.8270
|
19 |
+
- F1: 0.9461
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
50 |
+
| No log | 1.0 | 10 | 1.6377 | 0.6304 |
|
51 |
+
| No log | 2.0 | 20 | 1.4787 | 0.8389 |
|
52 |
+
| No log | 3.0 | 30 | 1.3397 | 0.8549 |
|
53 |
+
| No log | 4.0 | 40 | 1.2044 | 0.9127 |
|
54 |
+
| No log | 5.0 | 50 | 1.0852 | 0.9119 |
|
55 |
+
| No log | 6.0 | 60 | 0.9919 | 0.9125 |
|
56 |
+
| No log | 7.0 | 70 | 0.9203 | 0.9259 |
|
57 |
+
| No log | 8.0 | 80 | 0.8691 | 0.9393 |
|
58 |
+
| No log | 9.0 | 90 | 0.8390 | 0.9461 |
|
59 |
+
| No log | 10.0 | 100 | 0.8270 | 0.9461 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
+
- Transformers 4.35.2
|
65 |
+
- Pytorch 2.1.0+cu118
|
66 |
+
- Datasets 2.15.0
|
67 |
+
- Tokenizers 0.15.0
|