eeshclusive
commited on
Commit
•
254772e
1
Parent(s):
364edbb
Training complete
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 | 121 | 0.
|
59 |
-
| No log | 2.0 | 242 | 0.
|
60 |
-
| No log | 3.0 | 363 | 0.
|
61 |
-
| No log | 4.0 | 484 | 0.3419 | 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3788
|
24 |
+
- Precision: 0.5395
|
25 |
+
- Recall: 0.5234
|
26 |
+
- F1: 0.5313
|
27 |
+
- Accuracy: 0.9307
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 121 | 0.4099 | 0.2393 | 0.2383 | 0.2388 | 0.8962 |
|
59 |
+
| No log | 2.0 | 242 | 0.3394 | 0.4340 | 0.3220 | 0.3697 | 0.9180 |
|
60 |
+
| No log | 3.0 | 363 | 0.2952 | 0.5017 | 0.4170 | 0.4555 | 0.9271 |
|
61 |
+
| No log | 4.0 | 484 | 0.3419 | 0.5301 | 0.4 | 0.4559 | 0.9284 |
|
62 |
+
| 0.321 | 5.0 | 605 | 0.3269 | 0.5354 | 0.4723 | 0.5019 | 0.9313 |
|
63 |
+
| 0.321 | 6.0 | 726 | 0.3382 | 0.5091 | 0.4780 | 0.4931 | 0.9285 |
|
64 |
+
| 0.321 | 7.0 | 847 | 0.3528 | 0.5489 | 0.5177 | 0.5328 | 0.9315 |
|
65 |
+
| 0.321 | 8.0 | 968 | 0.3623 | 0.5446 | 0.5191 | 0.5316 | 0.9306 |
|
66 |
+
| 0.0997 | 9.0 | 1089 | 0.3706 | 0.5225 | 0.5262 | 0.5244 | 0.9283 |
|
67 |
+
| 0.0997 | 10.0 | 1210 | 0.3788 | 0.5395 | 0.5234 | 0.5313 | 0.9307 |
|
68 |
|
69 |
|
70 |
### Framework versions
|