End of training
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
- Accuracy: {'accuracy': 1.0}
|
| 25 |
- Precision: {'precision': 1.0}
|
| 26 |
- Recall: {'recall': 1.0}
|
|
@@ -55,13 +55,13 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:-----------------:|:------------------:|:---------------:|:-----------:|
|
| 58 |
-
| No log | 1.0 | 160 | 0.
|
| 59 |
-
| No log | 2.0 | 320 | 0.
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
| 63 |
|
| 64 |
- Transformers 4.40.1
|
| 65 |
- Pytorch 2.2.1+cu121
|
| 66 |
-
- Datasets 2.19.
|
| 67 |
- Tokenizers 0.19.1
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.0012
|
| 24 |
- Accuracy: {'accuracy': 1.0}
|
| 25 |
- Precision: {'precision': 1.0}
|
| 26 |
- Recall: {'recall': 1.0}
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:-----------------:|:------------------:|:---------------:|:-----------:|
|
| 58 |
+
| No log | 1.0 | 160 | 0.0021 | {'accuracy': 1.0} | {'precision': 1.0} | {'recall': 1.0} | {'f1': 1.0} |
|
| 59 |
+
| No log | 2.0 | 320 | 0.0012 | {'accuracy': 1.0} | {'precision': 1.0} | {'recall': 1.0} | {'f1': 1.0} |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
| 63 |
|
| 64 |
- Transformers 4.40.1
|
| 65 |
- Pytorch 2.2.1+cu121
|
| 66 |
+
- Datasets 2.19.1
|
| 67 |
- Tokenizers 0.19.1
|