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
Commit ·
b2bfc75
1
Parent(s): d4001bb
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,10 +9,10 @@ tags:
|
|
| 9 |
- financial-sentiment-analysis
|
| 10 |
datasets:
|
| 11 |
- 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:
|
|
|
|
| 9 |
- financial-sentiment-analysis
|
| 10 |
datasets:
|
| 11 |
- Stock-Market-Tweets-Data
|
|
|
|
| 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:
|