End of training
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -50,15 +50,31 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 0.0 | 0.0393 | 200 | 0.0 |
|
54 |
+
| 0.0 | 0.0786 | 400 | 0.0 |
|
55 |
+
| 0.0 | 0.1179 | 600 | 0.0 |
|
56 |
+
| 0.0 | 0.1573 | 800 | 0.0 |
|
57 |
+
| 0.0 | 0.1966 | 1000 | 0.0 |
|
58 |
+
| 0.0 | 0.2359 | 1200 | 0.0 |
|
59 |
+
| 0.0 | 0.2752 | 1400 | 0.0 |
|
60 |
+
| 0.0 | 0.3145 | 1600 | 0.0 |
|
61 |
+
| 0.0 | 0.3538 | 1800 | 0.0 |
|
62 |
+
| 0.0 | 0.3932 | 2000 | 0.0 |
|
63 |
+
| 0.0 | 0.4325 | 2200 | 0.0 |
|
64 |
+
| 0.0 | 0.4718 | 2400 | 0.0 |
|
65 |
+
| 0.0 | 0.5111 | 2600 | 0.0 |
|
66 |
+
| 0.0 | 0.5504 | 2800 | 0.0 |
|
67 |
+
| 0.0 | 0.5897 | 3000 | 0.0 |
|
68 |
+
| 0.0 | 0.6291 | 3200 | 0.0 |
|
69 |
+
| 0.0 | 0.6684 | 3400 | 0.0 |
|
70 |
+
| 0.0 | 0.7077 | 3600 | 0.0 |
|
71 |
+
| 0.0 | 0.7470 | 3800 | 0.0 |
|
72 |
+
| 0.0 | 0.7863 | 4000 | 0.0 |
|
73 |
+
| 0.0 | 0.8256 | 4200 | 0.0 |
|
74 |
+
| 0.0 | 0.8649 | 4400 | 0.0 |
|
75 |
+
| 0.0 | 0.9043 | 4600 | 0.0 |
|
76 |
+
| 0.0 | 0.9436 | 4800 | 0.0 |
|
77 |
+
| 0.0 | 0.9829 | 5000 | 0.0 |
|
78 |
|
79 |
|
80 |
### Framework versions
|