Model save
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 the None 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 |
|
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 58 |
-
| No log | 1.0 |
|
| 59 |
-
| No log | 2.0 |
|
| 60 |
-
| No log | 3.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 the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2268
|
| 24 |
+
- Precision: 0.3501
|
| 25 |
+
- Recall: 0.4031
|
| 26 |
+
- F1: 0.3747
|
| 27 |
+
- Accuracy: 0.9263
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 58 |
+
| No log | 1.0 | 88 | 0.2544 | 0.2549 | 0.2954 | 0.2737 | 0.9184 |
|
| 59 |
+
| No log | 2.0 | 176 | 0.2342 | 0.3342 | 0.3992 | 0.3638 | 0.9235 |
|
| 60 |
+
| No log | 3.0 | 264 | 0.2268 | 0.3501 | 0.4031 | 0.3747 | 0.9263 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|