Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ metrics:
|
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
`bert-base-uncased` finetuned on the unify-emotion-datasets (https://github.com/sarnthil/unify-emotion-datasets), then transferred to
|
23 |
-
a small sample of 10K hand-tagged StockTwits messages. Optimized for extracting emotions from financial
|
24 |
|
25 |
Sequence length 64, learning rate 2e-5, batch size 128, 8 epochs.
|
26 |
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
`bert-base-uncased` finetuned on the unify-emotion-datasets (https://github.com/sarnthil/unify-emotion-datasets) [~250K texts with 7 labels -- neutral, happy, sad, anger, disgust, surprise, fear], then transferred to
|
23 |
+
a small sample of 10K hand-tagged StockTwits messages. Optimized for extracting emotions from financial social media, such as StockTwits.
|
24 |
|
25 |
Sequence length 64, learning rate 2e-5, batch size 128, 8 epochs.
|
26 |
|