Commit 1
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step
|
57 |
-
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2040
|
24 |
+
- Precision: 0.8009
|
25 |
+
- Recall: 0.8341
|
26 |
+
- F1: 0.8171
|
27 |
+
- Accuracy: 0.9414
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.1983 | 1.0 | 16471 | 0.1868 | 0.7919 | 0.8142 | 0.8029 | 0.9382 |
|
59 |
+
| 0.1527 | 2.0 | 32942 | 0.1889 | 0.7951 | 0.8344 | 0.8143 | 0.9406 |
|
60 |
+
| 0.1142 | 3.0 | 49413 | 0.2040 | 0.8009 | 0.8341 | 0.8171 | 0.9414 |
|
61 |
|
62 |
|
63 |
### Framework versions
|