End of training
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ 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 the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
- Accuracy: 0.5
|
22 |
|
23 |
## Model description
|
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 0.8 | 100 | 0.
|
53 |
| No log | 1.6 | 200 | 0.6935 | 0.5 |
|
54 |
-
| No log | 2.4 | 300 | 0.
|
55 |
-
| No log | 3.2 | 400 | 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6931
|
21 |
- Accuracy: 0.5
|
22 |
|
23 |
## Model description
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 0.8 | 100 | 0.6953 | 0.5 |
|
53 |
| No log | 1.6 | 200 | 0.6935 | 0.5 |
|
54 |
+
| No log | 2.4 | 300 | 0.6944 | 0.5 |
|
55 |
+
| No log | 3.2 | 400 | 0.7211 | 0.5 |
|
56 |
+
| 0.6989 | 4.0 | 500 | 0.6967 | 0.5 |
|
57 |
+
| 0.6989 | 4.8 | 600 | 0.6940 | 0.5 |
|
58 |
+
| 0.6989 | 5.6 | 700 | 0.6933 | 0.5 |
|
59 |
+
| 0.6989 | 6.4 | 800 | 0.6941 | 0.5 |
|
60 |
+
| 0.6989 | 7.2 | 900 | 0.6937 | 0.5 |
|
61 |
+
| 0.6965 | 8.0 | 1000 | 0.6931 | 0.5 |
|
62 |
|
63 |
|
64 |
### Framework versions
|