Text Classification
Transformers
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
text-embeddings-inference
Instructions to use StephanAkkerman/FinTwitBERT-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StephanAkkerman/FinTwitBERT-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="StephanAkkerman/FinTwitBERT-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("StephanAkkerman/FinTwitBERT-sentiment") model = AutoModelForSequenceClassification.from_pretrained("StephanAkkerman/FinTwitBERT-sentiment") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,12 +10,18 @@ metrics:
|
|
| 10 |
- f1
|
| 11 |
pipeline_tag: text-classification
|
| 12 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- sentiment
|
| 14 |
- finance
|
|
|
|
| 15 |
- sentiment-analysis
|
| 16 |
- financial-sentiment-analysis
|
| 17 |
- twitter
|
| 18 |
- tweets
|
|
|
|
| 19 |
- stocks
|
| 20 |
- stock-market
|
| 21 |
- crypto
|
|
|
|
| 10 |
- f1
|
| 11 |
pipeline_tag: text-classification
|
| 12 |
tags:
|
| 13 |
+
- NLP
|
| 14 |
+
- BERT
|
| 15 |
+
- FinBERT
|
| 16 |
+
- FinTwitBERT
|
| 17 |
- sentiment
|
| 18 |
- finance
|
| 19 |
+
- financial-analysis
|
| 20 |
- sentiment-analysis
|
| 21 |
- financial-sentiment-analysis
|
| 22 |
- twitter
|
| 23 |
- tweets
|
| 24 |
+
- tweet-analysis
|
| 25 |
- stocks
|
| 26 |
- stock-market
|
| 27 |
- crypto
|