ash97ash/my_finetuned_sentiment_model
Browse files- README.md +5 -6
- model.safetensors +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# my_finetuned_sentiment_model
|
16 |
|
17 |
-
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
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,14 +47,13 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| 1.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.46.2
|
58 |
- Pytorch 2.5.0+cu121
|
59 |
-
- Datasets 3.1.0
|
60 |
- Tokenizers 0.20.3
|
|
|
14 |
|
15 |
# my_finetuned_sentiment_model
|
16 |
|
17 |
+
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 an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3408
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 1.6507 | 1.0 | 14 | 0.3973 |
|
51 |
+
| 0.5565 | 2.0 | 28 | 0.3120 |
|
52 |
+
| 0.2297 | 3.0 | 42 | 0.3408 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.46.2
|
58 |
- Pytorch 2.5.0+cu121
|
|
|
59 |
- Tokenizers 0.20.3
|
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:0630693b264b809851b6d2e9a70727eaea05974ca14e7042ae77c7641a9ea6a0
|
3 |
size 267832560
|