Instructions to use Group209/Sentiment_Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Group209/Sentiment_Analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Group209/Sentiment_Analysis")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Group209/Sentiment_Analysis", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
fbdc6f1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:541f60e3c6004919c332fbfe146ec10d84c5a86c37a6aaf7ccc47bc9b8e55377
size 438025625
|