Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

cnmoro
/
bert-tiny-question-classifier

Text Classification
Transformers
ONNX
Safetensors
English
Portuguese
bert
classification
questioning
directed
generic
text-embeddings-inference
Model card Files Files and versions
xet
Community

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
bert-tiny-question-classifier / onnx
80.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
cnmoro's picture
cnmoro
Upload folder using huggingface_hub
3075b79 verified about 1 year ago
  • model.onnx
    17.6 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_bnb4.onnx
    16.3 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_fp16.onnx
    8.84 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_int8.onnx
    4.49 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_q4.onnx
    16.3 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_q4f16.onnx
    8.27 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_quantized.onnx
    4.49 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • model_uint8.onnx
    4.49 MB
    xet
    Upload folder using huggingface_hub about 1 year ago