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") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 60ccf52
Safetensors version bfafcc7
Update README.md 7e4ae0f
Update README.md 071eeeb
Upload pytorch_model.bin with huggingface_hub d05cc0c
Upload regression_head.pth 732656f
Delete pytorch_model.bin 4baf48c
Update README.md 1d1b078
Update README.md 24f4d16
Delete Training.txt 9127a80
Upload 7 files 5c6deff
Upload pytorch_model.bin with huggingface_hub 59f4ef5
Update README.md 12c599c
Update README.md 4168479
Update README.md 33ea23a
Create README.md 5c3c8a8
initial commit 89bc57a
Adam commited on