Instructions to use aashish-249/Sentiment_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aashish-249/Sentiment_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="aashish-249/Sentiment_classification")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("aashish-249/Sentiment_classification") model = AutoModel.from_pretrained("aashish-249/Sentiment_classification") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bf7e6ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f64bf1f24744bb47e887aa1aa99d998fe0bd88d6a7ce55b92bae13b00f95b058
size 711436136
|