Commit
·
ba1b0d1
1
Parent(s):
b186aa0
End of training
Browse files- README.md +27 -27
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# Sentiment-Analysis-Model
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
-
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -45,28 +45,28 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
-
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# Sentiment-Analysis-Model
|
15 |
|
16 |
+
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.6165
|
19 |
+
- F1 Score: 0.7461
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
49 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
50 |
+
| 0.733 | 0.5 | 500 | 0.7461 | 0.6612 |
|
51 |
+
| 0.6823 | 1.0 | 1000 | 0.6636 | 0.7253 |
|
52 |
+
| 0.5754 | 1.5 | 1500 | 0.6213 | 0.7460 |
|
53 |
+
| 0.5697 | 2.0 | 2000 | 0.6165 | 0.7461 |
|
54 |
+
| 0.4239 | 2.5 | 2500 | 0.8810 | 0.7400 |
|
55 |
+
| 0.4093 | 3.0 | 3000 | 0.7785 | 0.7348 |
|
56 |
+
| 0.2783 | 3.5 | 3500 | 1.1766 | 0.7252 |
|
57 |
+
| 0.285 | 4.0 | 4000 | 1.2137 | 0.7278 |
|
58 |
+
| 0.1894 | 4.5 | 4500 | 1.4556 | 0.7297 |
|
59 |
+
| 0.2023 | 5.0 | 5000 | 1.5257 | 0.7396 |
|
60 |
+
| 0.1016 | 5.5 | 5500 | 1.6962 | 0.7321 |
|
61 |
+
| 0.1499 | 6.0 | 6000 | 1.6760 | 0.7244 |
|
62 |
+
| 0.0797 | 6.5 | 6500 | 1.7829 | 0.7375 |
|
63 |
+
| 0.0815 | 7.0 | 7000 | 1.9103 | 0.7328 |
|
64 |
+
| 0.0547 | 7.5 | 7500 | 2.0296 | 0.7196 |
|
65 |
+
| 0.0556 | 8.0 | 8000 | 2.0332 | 0.7326 |
|
66 |
+
| 0.0309 | 8.5 | 8500 | 2.1700 | 0.7290 |
|
67 |
+
| 0.0448 | 9.0 | 9000 | 2.1797 | 0.7282 |
|
68 |
+
| 0.0335 | 9.5 | 9500 | 2.2633 | 0.7272 |
|
69 |
+
| 0.0226 | 10.0 | 10000 | 2.2663 | 0.7308 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263170733
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffd16a765eaa528da93be2a5706cac6a328233b93a50b0ceadc2cadbdd2da0d8
|
3 |
size 263170733
|