Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
zcharaf
/
FinBerta
like
1
Text Classification
Transformers
Safetensors
zeroshot/twitter-financial-news-sentiment
English
bert
finance
tweets
corporate lingo
Bullish-bearish classification
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
FinBerta
/
special_tokens_map.json
zcharaf
First commit with my fine-tuned model
3d62a4f
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}