Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use slickdata/finetuned-Sentiment-classfication-ROBERTA-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slickdata/finetuned-Sentiment-classfication-ROBERTA-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="slickdata/finetuned-Sentiment-classfication-ROBERTA-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("slickdata/finetuned-Sentiment-classfication-ROBERTA-model") model = AutoModelForSequenceClassification.from_pretrained("slickdata/finetuned-Sentiment-classfication-ROBERTA-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
47949d9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:377bec33e20b91bf7df1f316c3fd71a432f61dc0bca96bf383a1119dd25d0ff8
size 498615900
|