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