zeroshot/twitter-financial-news-sentiment
Viewer • Updated • 11.9k • 7.04k • 175
How to use Rohan5manza/sentiment_analysis with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Rohan5manza/sentiment_analysis", device_map="auto")Current base models used for fine-tuning on snetiment analysis :
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Rohan5manza/sentiment_analysis", device_map="auto")