End of training
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,10 +51,10 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| 0.0 | 1.0 | 254 |
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.8447
|
22 |
+
- Accuracy: 0.9
|
23 |
+
- F1: 0.9343
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.0 | 1.0 | 254 | 0.9150 | 0.9044 | 0.9370 |
|
55 |
+
| 0.0001 | 2.0 | 508 | 1.0138 | 0.8911 | 0.9274 |
|
56 |
+
| 0.005 | 3.0 | 762 | 0.8602 | 0.8978 | 0.9327 |
|
57 |
+
| 0.0069 | 4.0 | 1016 | 0.8447 | 0.9 | 0.9343 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
runs/Jun17_05-30-11_a749722ad388/events.out.tfevents.1718602825.a749722ad388.519.22
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18892b917c529809346b677d92d6f0ce1a645c5c9ed93f6a87efc62658a41fcc
|
3 |
+
size 457
|