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
Commit History
Update README.md e59beb2 verified
Update README.md 5edef03 verified
Update README.md 55a424c
Adding `safetensors` variant of this model (#1) e7d6ba5
Update README.md f0cd049
Update README.md 5b91659
Update README.md 9eb6ee6
Update README.md d7b57da
Update README.md f8314c5
Update README.md 2a3cc95
Adding `safetensors` variant of this model (#2) d0e3c49
Update README.md 829bc8b
Update README.md 220304b
Update README.md 092bbad
Update README.md b578004
Update README.md 87f2b37
Update README.md d9c50cc
Update README.md 2c197b8
Update README.md 77f9e05
Update README.md 522b4ff
upload flax model 433e0f2
allow flax 3e688b8
Update README.md 5a4f0d1
Update README.md a4570fe
Update README.md ae79a43
Update README.md 5a101d1
Update README.md 3f024bf
Update README.md b23d14a
Update README.md 33ac890
Create README.md 8758d51
uploading model files d0e4485
ashish kumar commited on