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