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") - Notebooks
- Google Colab
- Kaggle
Commit ·
fc397f0
1
Parent(s): b2bfc75
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,11 @@ tags:
|
|
| 8 |
- sentiment-analysis
|
| 9 |
- financial-sentiment-analysis
|
| 10 |
datasets:
|
| 11 |
-
-
|
|
|
|
| 12 |
- StephanAkkerman/financial-tweets-crypto
|
| 13 |
- StephanAkkerman/financial-tweets-stocks
|
| 14 |
- StephanAkkerman/financial-tweets-other
|
| 15 |
-
- StephanAkkerman/financial-tweets
|
| 16 |
metrics:
|
| 17 |
- perplexity
|
| 18 |
widget:
|
|
|
|
| 8 |
- sentiment-analysis
|
| 9 |
- financial-sentiment-analysis
|
| 10 |
datasets:
|
| 11 |
+
- StephanAkkerman/stock-market-tweets-data
|
| 12 |
+
- StephanAkkerman/financial-tweets
|
| 13 |
- StephanAkkerman/financial-tweets-crypto
|
| 14 |
- StephanAkkerman/financial-tweets-stocks
|
| 15 |
- StephanAkkerman/financial-tweets-other
|
|
|
|
| 16 |
metrics:
|
| 17 |
- perplexity
|
| 18 |
widget:
|