Model save
Browse files
README.md
CHANGED
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Np: {'precision': 0.
|
21 |
-
- Overall Precision: 0.
|
22 |
-
- Overall Recall: 0.
|
23 |
-
- Overall F1: 0.
|
24 |
-
- Overall Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Np
|
54 |
-
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0673
|
20 |
+
- Np: {'precision': 0.9644760213143873, 'recall': 0.9718742009716185, 'f1': 0.968160978094753, 'number': 7822}
|
21 |
+
- Overall Precision: 0.9645
|
22 |
+
- Overall Recall: 0.9719
|
23 |
+
- Overall F1: 0.9682
|
24 |
+
- Overall Accuracy: 0.9813
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Np | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
55 |
+
| 0.0646 | 1.0 | 3751 | 0.0673 | {'precision': 0.9644760213143873, 'recall': 0.9718742009716185, 'f1': 0.968160978094753, 'number': 7822} | 0.9645 | 0.9719 | 0.9682 | 0.9813 |
|
56 |
|
57 |
|
58 |
### Framework versions
|