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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Request: DOI
#3
by zozowiwi - opened
I would like to cite this model correctly in a paper
Thank you in advance
@misc {ashish_kumar_2024,
author = { {Ashish Kumar} },
title = { query_wellformedness_score (Revision 55a424c) },
year = 2024,
url = { https://huggingface.co/Ashishkr/query_wellformedness_score },
doi = { 10.57967/hf/1980 },
publisher = { Hugging Face }
}
just generated the DOI, you can use this.
Thank you for your quick reply and helpfulness!
zozowiwi changed discussion status to closed