Update README.md
Browse files
README.md
CHANGED
@@ -6,19 +6,17 @@ datasets:
|
|
6 |
language:
|
7 |
- en
|
8 |
pipeline_tag: text-classification
|
|
|
|
|
9 |
---
|
10 |
|
11 |
## Model description
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
## Intended uses & limitations
|
16 |
-
|
17 |
-
More information needed
|
18 |
|
19 |
## Training and evaluation data
|
20 |
|
21 |
-
|
22 |
|
23 |
## Training procedure
|
24 |
|
|
|
6 |
language:
|
7 |
- en
|
8 |
pipeline_tag: text-classification
|
9 |
+
tags:
|
10 |
+
- sentiment-analysis
|
11 |
---
|
12 |
|
13 |
## Model description
|
14 |
|
15 |
+
Model created using [NLP with Tranformers](https://www.oreilly.com/library/view/natural-language-processing/9781098136789/) tutorials for teaching purposes.
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Training and evaluation data
|
18 |
|
19 |
+
Il dataset usato è ["emotion"](https://huggingface.co/datasets/dair-ai/emotion) the 20K version.
|
20 |
|
21 |
## Training procedure
|
22 |
|