Instructions to use YarbHelp/Stock-News-Sentiment-Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YarbHelp/Stock-News-Sentiment-Analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="YarbHelp/Stock-News-Sentiment-Analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("YarbHelp/Stock-News-Sentiment-Analysis") model = AutoModelForSequenceClassification.from_pretrained("YarbHelp/Stock-News-Sentiment-Analysis", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
db1a9e6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:00d565b6a8713b3586de49f9e5ceafbb367cbda27c3518f4e9f54349cb59bef4
size 3067
|