badrabbitt
commited on
Model save
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 an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 0.
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3130
|
21 |
+
- Accuracy: 0.9296
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.0246 | 0.1 | 625 | 0.5761 | 0.8912 |
|
54 |
+
| 1.1268 | 0.2 | 1250 | 0.5357 | 0.8916 |
|
55 |
+
| 1.5699 | 0.3 | 1875 | 0.5982 | 0.8884 |
|
56 |
+
| 1.0828 | 0.4 | 2500 | 0.3852 | 0.9128 |
|
57 |
+
| 0.003 | 0.5 | 3125 | 0.3994 | 0.9236 |
|
58 |
+
| 1.065 | 0.6 | 3750 | 0.3597 | 0.9248 |
|
59 |
+
| 1.1396 | 0.7 | 4375 | 0.3357 | 0.9272 |
|
60 |
+
| 0.0024 | 0.8 | 5000 | 0.3534 | 0.9276 |
|
61 |
+
| 0.0132 | 0.9 | 5625 | 0.3212 | 0.9304 |
|
62 |
+
| 0.0065 | 1.0 | 6250 | 0.3130 | 0.9296 |
|
63 |
|
64 |
|
65 |
### Framework versions
|