File size: 782 Bytes
7944dc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54c9ed4
 
7944dc0
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
language: 
- en
tags:
- text-classification
- emotion
- pytorch
license: mit
datasets:
- emotion
metrics:
- accuracy
- precision
- recall
- f1
---

# bert-base-uncased-emotion

## Model description

`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
a small sample of 10K hand-tagged StockTwits messages. Optimized for extracting emotions from financial social media, such as StockTwits.  

Sequence length 64, learning rate 2e-5, batch size 128, 8 epochs.

For more details, please visit https://github.com/dvamossy/EmTract.

## Training data

Data came from https://github.com/sarnthil/unify-emotion-datasets.