Text Classification
Transformers
PyTorch
Safetensors
English
roberta
Eval Results (legacy)
text-embeddings-inference
Instructions to use AdamCodd/distilroberta-query-wellformedness with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdamCodd/distilroberta-query-wellformedness with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AdamCodd/distilroberta-query-wellformedness")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AdamCodd/distilroberta-query-wellformedness") model = AutoModelForSequenceClassification.from_pretrained("AdamCodd/distilroberta-query-wellformedness", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d05cc0c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f6c3901b95c22771dd579d07fa8fbe5243535fd841473098d69b656264a82b81
size 328514033
|