Commit ·
e66fd1a
1
Parent(s): 4048645
update model card README.md
Browse files
README.md
CHANGED
|
@@ -18,14 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
-
|
| 23 |
- Accuracy: 0.8
|
| 24 |
- Balanced Accuracy: 0.5
|
| 25 |
- F1 Score: 0.8889
|
| 26 |
- Recall: 1.0
|
| 27 |
- Precision: 0.8
|
| 28 |
-
- End: ------------------------------------------------------------
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -54,10 +53,10 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
| 58 |
-
|:-------------:|:-----:|:----:|:---------------:|:---------------
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.4914
|
| 22 |
+
- Compute Metrics: :
|
| 23 |
- Accuracy: 0.8
|
| 24 |
- Balanced Accuracy: 0.5
|
| 25 |
- F1 Score: 0.8889
|
| 26 |
- Recall: 1.0
|
| 27 |
- Precision: 0.8
|
|
|
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Compute Metrics | Accuracy | Balanced Accuracy | F1 Score | Recall | Precision |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------------:|:--------:|:-----------------:|:--------:|:------:|:---------:|
|
| 58 |
+
| 0.4908 | 1.0 | 5 | 0.4910 | : | 0.8 | 0.5 | 0.8889 | 1.0 | 0.8 |
|
| 59 |
+
| 0.3751 | 2.0 | 10 | 0.4914 | : | 0.8 | 0.5 | 0.8889 | 1.0 | 0.8 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|