Commit
·
b63a226
1
Parent(s):
85854fd
update model card README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7916
|
21 |
+
- Accuracy: 0.8598
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.4737 | 1.0 | 1022 | 0.4748 | 0.8272 |
|
53 |
+
| 0.3285 | 2.0 | 2044 | 0.4707 | 0.8457 |
|
54 |
+
| 0.1882 | 3.0 | 3066 | 0.6275 | 0.8560 |
|
55 |
+
| 0.1088 | 4.0 | 4088 | 0.6454 | 0.8614 |
|
56 |
+
| 0.0574 | 5.0 | 5110 | 0.7916 | 0.8598 |
|
57 |
|
58 |
|
59 |
### Framework versions
|