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 |
|
@@ -45,18 +45,14 @@ 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
|
53 |
-
|
54 |
-
|
|
55 |
-
| 0.
|
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
|
|
|
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.9372
|
22 |
+
- Accuracy: 0.9133
|
23 |
+
- F1: 0.9419
|
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: 4
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.006 | 1.9685 | 500 | 0.9543 | 0.9133 | 0.9434 |
|
55 |
+
| 0.0019 | 3.9370 | 1000 | 0.9404 | 0.9133 | 0.9419 |
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf5dcc10094b4b42ba555a4d5fe06dd906a2cc674cb8c704f777a79510e12484
|
3 |
size 267832560
|
runs/Jun14_01-37-57_88b985c19838/events.out.tfevents.1718329078.88b985c19838.1237.26
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34035f1636d2cd7ca7d86ecb08672e128951249cdda2bfae812118de1ca9eeb3
|
3 |
+
size 6559
|
runs/Jun14_01-37-57_88b985c19838/events.out.tfevents.1718329631.88b985c19838.1237.27
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e920ae2b896c736ed74744e69d87cdc4dadb2786b90fb6ab79a705e14871d42
|
3 |
+
size 457
|