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