update model card README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
- Accuracy: 0.8753
|
28 |
|
29 |
## Model description
|
@@ -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 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 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-large-uncased](https://huggingface.co/bert-large-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.0365
|
24 |
+
- Precision: 0.8410
|
25 |
+
- Recall: 0.8308
|
26 |
+
- F1: 0.8352
|
27 |
- Accuracy: 0.8753
|
28 |
|
29 |
## Model description
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.9616 | 1.0 | 510 | 0.6482 | 0.7704 | 0.8009 | 0.7781 | 0.8360 |
|
59 |
+
| 0.4395 | 2.0 | 1020 | 0.7507 | 0.8422 | 0.7993 | 0.8157 | 0.8552 |
|
60 |
+
| 0.2995 | 3.0 | 1530 | 0.7064 | 0.8445 | 0.8213 | 0.8287 | 0.8684 |
|
61 |
+
| 0.2117 | 4.0 | 2040 | 0.7889 | 0.8262 | 0.8325 | 0.8245 | 0.8679 |
|
62 |
+
| 0.1805 | 5.0 | 2550 | 0.9295 | 0.8406 | 0.8161 | 0.8271 | 0.8670 |
|
63 |
+
| 0.1225 | 6.0 | 3060 | 0.9491 | 0.8429 | 0.8260 | 0.8333 | 0.8758 |
|
64 |
+
| 0.0983 | 7.0 | 3570 | 0.9901 | 0.8444 | 0.8299 | 0.8359 | 0.8773 |
|
65 |
+
| 0.0869 | 8.0 | 4080 | 1.0300 | 0.8377 | 0.8278 | 0.8319 | 0.8719 |
|
66 |
+
| 0.0745 | 9.0 | 4590 | 1.0220 | 0.8439 | 0.8341 | 0.8379 | 0.8773 |
|
67 |
+
| 0.0591 | 10.0 | 5100 | 1.0365 | 0.8410 | 0.8308 | 0.8352 | 0.8753 |
|
68 |
|
69 |
|
70 |
### Framework versions
|