lukecarlate/english_finance_news
Viewer • Updated • 27.1k • 25 • 9
How to use ssahir/FinancialBERT_finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="ssahir/FinancialBERT_finetuned") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("ssahir/FinancialBERT_finetuned")
model = AutoModelForSequenceClassification.from_pretrained("ssahir/FinancialBERT_finetuned")This model is a fine-tuned version of ahmedrachid/FinancialBERT-Sentiment-Analysis on the english_finance_news dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: