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

elihoole
/
modern-bert-finetuned-query-classification

Text Classification
Transformers
TensorBoard
ONNX
Safetensors
modernbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use elihoole/modern-bert-finetuned-query-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use elihoole/modern-bert-finetuned-query-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="elihoole/modern-bert-finetuned-query-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("elihoole/modern-bert-finetuned-query-classification")
    model = AutoModelForSequenceClassification.from_pretrained("elihoole/modern-bert-finetuned-query-classification")
  • Notebooks
  • Google Colab
  • Kaggle
modern-bert-finetuned-query-classification / onnx_version
1.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
elihoole's picture
elihoole
Upload onnx_version/v_3/id2label.json with huggingface_hub
5902632 verified about 1 year ago
  • v_2
    Upload onnx_version/v_2/id2label.json with huggingface_hub about 1 year ago
  • v_3
    Upload onnx_version/v_3/id2label.json with huggingface_hub about 1 year ago
  • id2label.json
    73 Bytes
    Upload onnx_version/id2label.json with huggingface_hub about 1 year ago
  • model.onnx
    599 MB
    xet
    Upload onnx_version/model.onnx with huggingface_hub about 1 year ago