hazrulakmal
commited on
Commit
•
ae2f745
1
Parent(s):
7d6b495
update model card README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ 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 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### 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.4585
|
21 |
+
- Accuracy: 0.8294
|
22 |
+
- F1: 0.8276
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| 0.8198 | 1.0 | 48 | 0.6697 | 0.6931 | 0.6664 |
|
54 |
+
| 0.5784 | 2.0 | 96 | 0.5084 | 0.8016 | 0.8003 |
|
55 |
+
| 0.4191 | 3.0 | 144 | 0.4585 | 0.8294 | 0.8276 |
|
56 |
|
57 |
|
58 |
### Framework versions
|