Commit ·
ddd26cc
1
Parent(s): a17eaec
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 an unknown 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,10 +54,10 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.1196
|
| 23 |
+
- Precision: 0.7872
|
| 24 |
+
- Recall: 0.8292
|
| 25 |
+
- F1: 0.8077
|
| 26 |
+
- Accuracy: 0.9722
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
+
| 0.1243 | 1.0 | 1380 | 0.0932 | 0.6752 | 0.8222 | 0.7415 | 0.9635 |
|
| 58 |
+
| 0.0624 | 2.0 | 2760 | 0.0890 | 0.7298 | 0.8368 | 0.7797 | 0.9686 |
|
| 59 |
+
| 0.0405 | 3.0 | 4140 | 0.1029 | 0.7792 | 0.8356 | 0.8064 | 0.9715 |
|
| 60 |
+
| 0.0226 | 4.0 | 5520 | 0.1196 | 0.7872 | 0.8292 | 0.8077 | 0.9722 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|