IgnacioSay
commited on
Commit
•
c784b93
1
Parent(s):
c616a7a
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.
|
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.9435
|
22 |
+
- Accuracy: 0.9067
|
23 |
+
- F1: 0.9381
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.0445 | 1.0 | 254 | 0.9228 | 0.9044 | 0.9367 |
|
55 |
+
| 0.0 | 2.0 | 508 | 0.9299 | 0.9022 | 0.9349 |
|
56 |
+
| 0.0001 | 3.0 | 762 | 0.9626 | 0.9022 | 0.9349 |
|
57 |
+
| 0.0162 | 4.0 | 1016 | 0.9435 | 0.9067 | 0.9381 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
runs/Jun17_04-59-11_a749722ad388/events.out.tfevents.1718600980.a749722ad388.519.18
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6fefece691e5d63f46a91d8a2ba4023fdfa68e72d1dc59ff7f6fcf5eda76b24
|
3 |
+
size 457
|