Update
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ It achieves the following results on the evaluation set:
|
|
42 |
|
43 |
## Model description
|
44 |
|
45 |
-
|
46 |
|
47 |
## Intended uses & limitations
|
48 |
|
@@ -50,10 +50,14 @@ More information needed
|
|
50 |
|
51 |
## Training and evaluation data
|
52 |
|
53 |
-
|
|
|
|
|
54 |
|
55 |
## Training procedure
|
56 |
|
|
|
|
|
57 |
### Training hyperparameters
|
58 |
|
59 |
The following hyperparameters were used during training:
|
|
|
42 |
|
43 |
## Model description
|
44 |
|
45 |
+
This model is trained on english tweets and can classify emotions in text files.
|
46 |
|
47 |
## Intended uses & limitations
|
48 |
|
|
|
50 |
|
51 |
## Training and evaluation data
|
52 |
|
53 |
+
16,000 train samples
|
54 |
+
2,000 validation samples
|
55 |
+
2,000 test samples
|
56 |
|
57 |
## Training procedure
|
58 |
|
59 |
+
Finetunning distilbert-base-uncased
|
60 |
+
|
61 |
### Training hyperparameters
|
62 |
|
63 |
The following hyperparameters were used during training:
|