End of training
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ tags:
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
- f1
|
|
|
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: bpeo_classifier
|
| 12 |
results: []
|
|
@@ -19,9 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Accuracy:
|
| 24 |
-
- F1:
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -50,10 +54,10 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy
|
| 54 |
-
|:-------------:|:-----:|:----:|:---------------:|:-----------------------
|
| 55 |
-
| No log | 1.0 | 164 | 0.
|
| 56 |
-
| No log | 2.0 | 328 | 0.
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
- f1
|
| 10 |
+
- precision
|
| 11 |
+
- recall
|
| 12 |
model-index:
|
| 13 |
- name: bpeo_classifier
|
| 14 |
results: []
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.4238
|
| 25 |
+
- Accuracy: 0.8454
|
| 26 |
+
- F1: 0.8386
|
| 27 |
+
- Precision: 0.8510
|
| 28 |
+
- Recall: 0.8454
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 59 |
+
| No log | 1.0 | 164 | 0.4494 | 0.8316 | 0.8219 | 0.8365 | 0.8316 |
|
| 60 |
+
| No log | 2.0 | 328 | 0.4238 | 0.8454 | 0.8386 | 0.8510 | 0.8454 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|