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