Fill-Mask
Transformers
PyTorch
Safetensors
English
bert
NLP
BERT
FinBERT
FinTwitBERT
sentiment
finance
financial-analysis
sentiment-analysis
financial-sentiment-analysis
twitter
tweets
tweet-analysis
stocks
stock-market
crypto
cryptocurrency
Eval Results (legacy)
Instructions to use StephanAkkerman/FinTwitBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StephanAkkerman/FinTwitBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="StephanAkkerman/FinTwitBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("StephanAkkerman/FinTwitBERT") model = AutoModelForMaskedLM.from_pretrained("StephanAkkerman/FinTwitBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
More tags
Browse files
README.md
CHANGED
|
@@ -3,12 +3,17 @@ license: mit
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
|
|
|
|
|
|
|
|
| 6 |
- sentiment
|
| 7 |
- finance
|
|
|
|
| 8 |
- sentiment-analysis
|
| 9 |
- financial-sentiment-analysis
|
| 10 |
- twitter
|
| 11 |
- tweets
|
|
|
|
| 12 |
- stocks
|
| 13 |
- stock-market
|
| 14 |
- crypto
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
+
- NLP
|
| 7 |
+
- BERT
|
| 8 |
+
- FinBERT
|
| 9 |
- sentiment
|
| 10 |
- finance
|
| 11 |
+
- financial-analysis
|
| 12 |
- sentiment-analysis
|
| 13 |
- financial-sentiment-analysis
|
| 14 |
- twitter
|
| 15 |
- tweets
|
| 16 |
+
- tweet-analysis
|
| 17 |
- stocks
|
| 18 |
- stock-market
|
| 19 |
- crypto
|