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

  • Log In
  • Sign Up

galkinv42
/
RuModernBERT-Intent-Classifier-ONNX

Text Classification
Transformers
ONNX
modernbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use galkinv42/RuModernBERT-Intent-Classifier-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use galkinv42/RuModernBERT-Intent-Classifier-ONNX with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="galkinv42/RuModernBERT-Intent-Classifier-ONNX")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("galkinv42/RuModernBERT-Intent-Classifier-ONNX")
    model = AutoModelForSequenceClassification.from_pretrained("galkinv42/RuModernBERT-Intent-Classifier-ONNX")
  • Notebooks
  • Google Colab
  • Kaggle
RuModernBERT-Intent-Classifier-ONNX
608 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
galkinv42's picture
galkinv42
Upload tokenizer.onnx
d2543a4 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    5.17 kB
    Upload tokenizer 3 months ago
  • config.json
    3.33 kB
    Upload config.json with huggingface_hub 3 months ago
  • model.onnx
    599 MB
    xet
    Upload model.onnx with huggingface_hub 3 months ago
  • special_tokens_map.json
    837 Bytes
    Upload special_tokens_map.json with huggingface_hub 3 months ago
  • tokenizer.json
    4.75 MB
    Upload tokenizer.json with huggingface_hub 3 months ago
  • tokenizer.onnx
    4.13 MB
    xet
    Upload tokenizer.onnx 3 months ago
  • tokenizer_config.json
    21 kB
    Upload tokenizer_config.json with huggingface_hub 3 months ago