aatmasidha
commited on
Commit
•
d92afa1
1
Parent(s):
6478159
update model card README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# distilbert-base-uncased-finetuned-emotion
|
17 |
|
18 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,13 +50,12 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.13.0
|
60 |
-
- Pytorch 1.12.
|
61 |
-
- Datasets 1.16.1
|
62 |
- Tokenizers 0.10.3
|
|
|
15 |
|
16 |
# distilbert-base-uncased-finetuned-emotion
|
17 |
|
18 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2215
|
21 |
+
- Accuracy: 0.9245
|
22 |
+
- F1: 0.9246
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| 0.8622 | 1.0 | 251 | 0.3256 | 0.9075 | 0.9060 |
|
54 |
+
| 0.2577 | 2.0 | 502 | 0.2215 | 0.9245 | 0.9246 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.13.0
|
60 |
+
- Pytorch 1.12.1+cu113
|
|
|
61 |
- Tokenizers 0.10.3
|