rdchambers
commited on
Commit
•
1c41819
1
Parent(s):
e5abe70
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,14 +54,14 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 |
|
58 |
-
| No log | 2.0 |
|
59 |
-
| No log | 3.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
-
- Transformers 4.
|
65 |
-
- Pytorch 1.
|
66 |
-
- Datasets 1.
|
67 |
-
- 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.0176
|
23 |
+
- Precision: 0.8418
|
24 |
+
- Recall: 0.8095
|
25 |
+
- F1: 0.8253
|
26 |
+
- Accuracy: 0.9937
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 48 | 0.0268 | 0.7280 | 0.7829 | 0.7544 | 0.9908 |
|
58 |
+
| No log | 2.0 | 96 | 0.0194 | 0.8295 | 0.8050 | 0.8171 | 0.9934 |
|
59 |
+
| No log | 3.0 | 144 | 0.0176 | 0.8418 | 0.8095 | 0.8253 | 0.9937 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
+
- Transformers 4.18.0
|
65 |
+
- Pytorch 1.11.0
|
66 |
+
- Datasets 2.1.0
|
67 |
+
- Tokenizers 0.12.1
|