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 | 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.7806
|
22 |
+
- Accuracy: 0.9044
|
23 |
+
- F1: 0.9363
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.0 | 1.0 | 254 | 0.6212 | 0.9 | 0.9349 |
|
55 |
+
| 0.0249 | 2.0 | 508 | 0.6941 | 0.9133 | 0.9427 |
|
56 |
+
| 0.0 | 3.0 | 762 | 0.6842 | 0.9156 | 0.9436 |
|
57 |
+
| 0.0113 | 4.0 | 1016 | 0.7806 | 0.9044 | 0.9363 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
runs/Jun17_04-43-36_a749722ad388/events.out.tfevents.1718600039.a749722ad388.519.16
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50f9a97ead83a9a0b5ec038f7f65af82c16254001ae538b1ec245e5ff49df461
|
3 |
+
size 457
|