Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,12 @@ 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
|
@@ -24,7 +30,7 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
@@ -60,4 +66,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.42.4
|
61 |
- Pytorch 2.3.1+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 |
+
language:
|
15 |
+
- en
|
16 |
+
library_name: transformers
|
17 |
+
pipeline_tag: text-classification
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
## Model description
|
32 |
|
33 |
+
Text classification to human emotions
|
34 |
|
35 |
## Intended uses & limitations
|
36 |
|
|
|
66 |
- Transformers 4.42.4
|
67 |
- Pytorch 2.3.1+cu121
|
68 |
- Datasets 2.21.0
|
69 |
+
- Tokenizers 0.19.1
|