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.9178
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,16 +45,18 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| No log | 1.0 | 254 | 0.
|
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.6864
|
22 |
- Accuracy: 0.9178
|
23 |
+
- F1: 0.9453
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 6
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| No log | 1.0 | 254 | 0.5507 | 0.9178 | 0.9463 |
|
55 |
+
| 0.0173 | 2.0 | 508 | 0.7152 | 0.8978 | 0.9313 |
|
56 |
+
| 0.0173 | 3.0 | 762 | 0.7228 | 0.9111 | 0.9420 |
|
57 |
+
| 0.0117 | 4.0 | 1016 | 0.7015 | 0.9044 | 0.9361 |
|
58 |
+
| 0.0117 | 5.0 | 1270 | 0.6796 | 0.9111 | 0.9417 |
|
59 |
+
| 0.0075 | 6.0 | 1524 | 0.6864 | 0.9178 | 0.9453 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
runs/Jun14_01-15-57_88b985c19838/events.out.tfevents.1718328616.88b985c19838.1237.25
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f215047f69cb0100f4c617c5ea4957f36d1af0e12152cf33599093e59ba0a83e
|
3 |
+
size 457
|