Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
ProsusAI
/
finbert
Copied
like
149
Text Classification
PyTorch
TensorFlow
JAX
Transformers
English
arxiv:1908.10063
bert
financial-sentiment-analysis
sentiment-analysis
Model card
Files
Files and versions
Community
4
Train
Deploy
Use in Transformers
main
finbert
/
special_tokens_map.json
Ubuntu
First version of finbert
5fcfed0
about 2 years ago
raw
history
blame
contribute
delete
No virus
112 Bytes
{
"unk_token"
:
"[UNK]"
,
"sep_token"
:
"[SEP]"
,
"pad_token"
:
"[PAD]"
,
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
}