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