IgnacioSay
commited on
Commit
•
db04395
1
Parent(s):
6f44687
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:
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,17 +45,16 @@ 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 |
-
- lr_scheduler_warmup_steps: 100
|
49 |
- num_epochs: 4
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
| No log | 1.0 | 254 |
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### 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.3309
|
22 |
+
- Accuracy: 0.9156
|
23 |
+
- F1: 0.9436
|
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 |
+
| No log | 1.0 | 254 | 0.2906 | 0.8844 | 0.9263 |
|
55 |
+
| 0.2482 | 2.0 | 508 | 0.2648 | 0.9067 | 0.9371 |
|
56 |
+
| 0.2482 | 3.0 | 762 | 0.3114 | 0.92 | 0.9472 |
|
57 |
+
| 0.1236 | 4.0 | 1016 | 0.3309 | 0.9156 | 0.9436 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
runs/Jun14_03-10-47_88b985c19838/events.out.tfevents.1718335234.88b985c19838.1237.43
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf63c8eb2968afb575e3ad8b8415150a09cb253f7eb2f6f8a3de71e4c26ef774
|
3 |
+
size 457
|