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