Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

addyo07
/
distilbert-query-classifier

Text Classification
Transformers
ONNX
Safetensors
English
Hindi
distilbert
int8
query-classification
generic-semantic
multilingual
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use addyo07/distilbert-query-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use addyo07/distilbert-query-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="addyo07/distilbert-query-classifier")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("addyo07/distilbert-query-classifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-query-classifier / scripts
41.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
addyo07's picture
addyo07
Upload scripts/config.py with huggingface_hub
b814da9 verified 1 day ago
  • config.py
    927 Bytes
    Upload scripts/config.py with huggingface_hub 1 day ago
  • generate_dataset.py
    13.4 kB
    Restructure: model/pytorch/, model/onnx/, scripts/ 1 day ago
  • generate_extra.py
    4.08 kB
    Restructure: model/pytorch/, model/onnx/, scripts/ 1 day ago
  • generate_short_semantic.py
    4.01 kB
    Restructure: model/pytorch/, model/onnx/, scripts/ 1 day ago
  • retrain.py
    4.36 kB
    Restructure: model/pytorch/, model/onnx/, scripts/ 1 day ago
  • run_gen.sh
    176 Bytes
    Restructure: model/pytorch/, model/onnx/, scripts/ 1 day ago
  • train.py
    14.7 kB
    Restructure: model/pytorch/, model/onnx/, scripts/ 1 day ago