2O24dpower2024
commited on
Commit
•
d3a0900
1
Parent(s):
1007b01
Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: distilbert-base-uncased-finetuned-emotion
|
11 |
results: []
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# distilbert-base-uncased-finetuned-emotion
|
18 |
|
19 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2170
|
22 |
- Accuracy: 0.926
|
@@ -32,7 +34,7 @@ More information needed
|
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
-
|
36 |
|
37 |
## Training procedure
|
38 |
|
@@ -60,4 +62,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.42.4
|
61 |
- Pytorch 2.4.0+cu121
|
62 |
- Datasets 2.21.0
|
63 |
-
- Tokenizers 0.19.1
|
|
|
9 |
model-index:
|
10 |
- name: distilbert-base-uncased-finetuned-emotion
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- dair-ai/emotion
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# distilbert-base-uncased-finetuned-emotion
|
20 |
|
21 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotions dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.2170
|
24 |
- Accuracy: 0.926
|
|
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6595d87eb02e572eb0b28b3d/b3oW_AabCwW0vMF88Yya4.png)
|
38 |
|
39 |
## Training procedure
|
40 |
|
|
|
62 |
- Transformers 4.42.4
|
63 |
- Pytorch 2.4.0+cu121
|
64 |
- Datasets 2.21.0
|
65 |
+
- Tokenizers 0.19.1
|