Training in progress epoch 2
Browse files
README.md
CHANGED
|
@@ -14,13 +14,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 1.
|
| 18 |
-
- Train End Logits Accuracy: 0.
|
| 19 |
-
- Train Start Logits Accuracy: 0.
|
| 20 |
- Validation Loss: 1.8418
|
| 21 |
- Validation End Logits Accuracy: 0.5513
|
| 22 |
- Validation Start Logits Accuracy: 0.5132
|
| 23 |
-
- Epoch:
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -48,6 +48,7 @@ The following hyperparameters were used during training:
|
|
| 48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
| 49 |
| 3.4205 | 0.2064 | 0.2092 | 2.2886 | 0.4370 | 0.3773 | 0 |
|
| 50 |
| 1.8250 | 0.5445 | 0.5084 | 1.8418 | 0.5513 | 0.5132 | 1 |
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 1.5596
|
| 18 |
+
- Train End Logits Accuracy: 0.6117
|
| 19 |
+
- Train Start Logits Accuracy: 0.5664
|
| 20 |
- Validation Loss: 1.8418
|
| 21 |
- Validation End Logits Accuracy: 0.5513
|
| 22 |
- Validation Start Logits Accuracy: 0.5132
|
| 23 |
+
- Epoch: 2
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 48 |
|:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
|
| 49 |
| 3.4205 | 0.2064 | 0.2092 | 2.2886 | 0.4370 | 0.3773 | 0 |
|
| 50 |
| 1.8250 | 0.5445 | 0.5084 | 1.8418 | 0.5513 | 0.5132 | 1 |
|
| 51 |
+
| 1.5596 | 0.6117 | 0.5664 | 1.8418 | 0.5513 | 0.5132 | 2 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|