End of training
Browse files
README.md
CHANGED
|
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
- F1: 0.0
|
| 23 |
- Roc Auc: 0.5
|
| 24 |
-
- Accuracy: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -52,21 +52,21 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
|
| 55 |
-
| No log | 1.0 |
|
| 56 |
-
| No log | 2.0 |
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
| 63 |
-
|
|
| 64 |
-
|
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
| 68 |
|
| 69 |
- Transformers 4.35.2
|
| 70 |
-
- Pytorch 2.1.0+
|
| 71 |
-
- Datasets 2.
|
| 72 |
-
- Tokenizers 0.15.
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.0035
|
| 22 |
- F1: 0.0
|
| 23 |
- Roc Auc: 0.5
|
| 24 |
+
- Accuracy: 0.9824
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
|
| 55 |
+
| No log | 1.0 | 222 | 0.0251 | 0.0 | 0.5 | 0.9824 |
|
| 56 |
+
| No log | 2.0 | 444 | 0.0088 | 0.0 | 0.5 | 0.9824 |
|
| 57 |
+
| 0.1019 | 3.0 | 666 | 0.0068 | 0.0 | 0.5 | 0.9824 |
|
| 58 |
+
| 0.1019 | 4.0 | 888 | 0.0056 | 0.0 | 0.5 | 0.9824 |
|
| 59 |
+
| 0.0148 | 5.0 | 1110 | 0.0051 | 0.0 | 0.5 | 0.9824 |
|
| 60 |
+
| 0.0148 | 6.0 | 1332 | 0.0042 | 0.0 | 0.5 | 0.9824 |
|
| 61 |
+
| 0.0119 | 7.0 | 1554 | 0.0040 | 0.0 | 0.5 | 0.9824 |
|
| 62 |
+
| 0.0119 | 8.0 | 1776 | 0.0036 | 0.0 | 0.5 | 0.9824 |
|
| 63 |
+
| 0.0119 | 9.0 | 1998 | 0.0035 | 0.0 | 0.5 | 0.9824 |
|
| 64 |
+
| 0.0101 | 10.0 | 2220 | 0.0035 | 0.0 | 0.5 | 0.9824 |
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
| 68 |
|
| 69 |
- Transformers 4.35.2
|
| 70 |
+
- Pytorch 2.1.0+cu121
|
| 71 |
+
- Datasets 2.16.1
|
| 72 |
+
- Tokenizers 0.15.1
|