Commit
·
d817aa6
1
Parent(s):
ce2c530
update model card README.md
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-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.8976
|
24 |
+
- F1: 0.8595
|
25 |
+
- Accuracy: 0.8592
|
26 |
+
- Precision: 0.8600
|
27 |
+
- Recall: 0.8592
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
58 |
+
| 0.4782 | 1.0 | 1022 | 0.4979 | 0.8357 | 0.8370 | 0.8376 | 0.8370 |
|
59 |
+
| 0.3233 | 2.0 | 2044 | 0.5273 | 0.8568 | 0.8571 | 0.8568 | 0.8571 |
|
60 |
+
| 0.1874 | 3.0 | 3066 | 0.6467 | 0.8531 | 0.8533 | 0.8534 | 0.8533 |
|
61 |
+
| 0.1048 | 4.0 | 4088 | 0.7924 | 0.8600 | 0.8598 | 0.8608 | 0.8598 |
|
62 |
+
| 0.0556 | 5.0 | 5110 | 0.8976 | 0.8595 | 0.8592 | 0.8600 | 0.8592 |
|
63 |
|
64 |
|
65 |
### Framework versions
|