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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
176b8d2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0dad99e2cece21b199cb253a42a1ee4cc8de9cdaf39235cf68e4cb372ae89135
size 17549312
|