Instructions to use steve1989/dasent-fin-news-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use steve1989/dasent-fin-news-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="steve1989/dasent-fin-news-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("steve1989/dasent-fin-news-sentiment") model = AutoModelForSequenceClassification.from_pretrained("steve1989/dasent-fin-news-sentiment") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ccb4d4e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ba5f7ad65767ee1ea91cd2f47062fe120da0aa113ae3e2509c5fd2960dd1500e
size 442502140
|