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