Text Classification
Transformers
Safetensors
English
bert
finance
reddit
wallstreetbets
sentiment-analysis
NLP
BERT
FinBERT
FinTwitBERT
sentiment
financial-analysis
financial-sentiment-analysis
stocks
stock-market
crypto
cryptocurrency
text-embeddings-inference
Instructions to use StephanAkkerman/FinTwitBERT-wsb-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use StephanAkkerman/FinTwitBERT-wsb-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="StephanAkkerman/FinTwitBERT-wsb-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("StephanAkkerman/FinTwitBERT-wsb-sentiment") model = AutoModelForSequenceClassification.from_pretrained("StephanAkkerman/FinTwitBERT-wsb-sentiment") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 22
Model tree for StephanAkkerman/FinTwitBERT-wsb-sentiment
Base model
yiyanghkust/finbert-pretrain Finetuned
StephanAkkerman/FinTwitBERT Finetuned
StephanAkkerman/FinTwitBERT-sentiment