vamossyd commited on
Commit
54c9ed4
β€’
1 Parent(s): ea2c0ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 contexts.
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