Text Classification
Transformers
ONNX
Safetensors
English
Portuguese
bert
classification
questioning
directed
generic
text-embeddings-inference
Instructions to use cnmoro/bert-tiny-question-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cnmoro/bert-tiny-question-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cnmoro/bert-tiny-question-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cnmoro/bert-tiny-question-classifier") model = AutoModelForSequenceClassification.from_pretrained("cnmoro/bert-tiny-question-classifier") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
176b8d2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:52c540f55ee421d2fbe2d83596c81239a76005dfb37732d1e792f867a27a4e3c
size 4600
|