zeroshot/twitter-financial-news-sentiment
Viewer • Updated • 11.9k • 3.47k • 179
How to use kekunh/financial-twhin-bert-large-3labels with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="kekunh/financial-twhin-bert-large-3labels") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("kekunh/financial-twhin-bert-large-3labels")
model = AutoModelForSequenceClassification.from_pretrained("kekunh/financial-twhin-bert-large-3labels", device_map="auto")This model is a fine-tuned version of Twitter/twhin-bert-large on finance related tweets. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
Twitter/twhin-bert-large