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