update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
-
- Transformers 4.
|
67 |
- Pytorch 1.10.0+cu111
|
68 |
-
- Datasets 1.18.
|
69 |
-
- Tokenizers 0.
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5907
|
23 |
+
- Precision: 0.5789
|
24 |
+
- Recall: 0.9167
|
25 |
+
- F1: 0.7097
|
26 |
+
- Accuracy: 0.8091
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| 0.631 | 1.0 | 1747 | 0.5743 | 0.5789 | 0.9167 | 0.7097 | 0.7985 |
|
58 |
+
| 0.5177 | 2.0 | 3494 | 0.5425 | 0.3810 | 0.8889 | 0.5333 | 0.8088 |
|
59 |
+
| 0.4494 | 3.0 | 5241 | 0.5425 | 0.5652 | 0.9286 | 0.7027 | 0.8113 |
|
60 |
+
| 0.3763 | 4.0 | 6988 | 0.5653 | 0.5882 | 0.9091 | 0.7143 | 0.8080 |
|
61 |
+
| 0.335 | 5.0 | 8735 | 0.5907 | 0.5789 | 0.9167 | 0.7097 | 0.8091 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
+
- Transformers 4.16.1
|
67 |
- Pytorch 1.10.0+cu111
|
68 |
+
- Datasets 1.18.2
|
69 |
+
- Tokenizers 0.11.0
|