Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,18 @@ It achieves the following results on the evaluation set:
|
|
46 |
|
47 |
## Model description
|
48 |
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
## Intended uses & limitations
|
52 |
|
|
|
46 |
|
47 |
## Model description
|
48 |
|
49 |
+
This is the resuls of fine-tuning a distilbert-base-uncased trained on a NVIDIA GeForce GTX 1650, using a WSL with 7 gb of ram on windows 11.
|
50 |
+
|
51 |
+
The fine-tuning was obtained by following the book **Natural Language Processing with Tranformers: Building Languaje Applications with Hugging Fabe, By Lewis Tunstall, Leandro von Werra & Thomas Wolf**
|
52 |
+
|
53 |
+
Labels are associated to:
|
54 |
+
1. *LABEL_0* is **sadness**
|
55 |
+
2. *LABEL_1* is **joy**
|
56 |
+
3. *LABEL_2* is **love**
|
57 |
+
4. *LABEL_3* is **anger**
|
58 |
+
5. *LABEL_4* is **fear**
|
59 |
+
6. *LABEL_5* is **surprise**
|
60 |
+
|
61 |
|
62 |
## Intended uses & limitations
|
63 |
|