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

ruslanmv
/
all-MiniLM-L6-v2-ONYX

Feature Extraction
Transformers
ONNX
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use ruslanmv/all-MiniLM-L6-v2-ONYX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ruslanmv/all-MiniLM-L6-v2-ONYX with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ruslanmv/all-MiniLM-L6-v2-ONYX")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("ruslanmv/all-MiniLM-L6-v2-ONYX")
    model = AutoModel.from_pretrained("ruslanmv/all-MiniLM-L6-v2-ONYX")
  • Notebooks
  • Google Colab
  • Kaggle
all-MiniLM-L6-v2-ONYX
91.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ruslanmv's picture
ruslanmv
Update README.md
2e38006 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.48 kB
    Update README.md about 2 years ago
  • config.json
    650 Bytes
    First commit about 2 years ago
  • model.onnx
    90.4 MB
    xet
    First commit about 2 years ago
  • special_tokens_map.json
    125 Bytes
    First commit about 2 years ago
  • tokenizer.json
    712 kB
    First commit about 2 years ago
  • tokenizer_config.json
    518 Bytes
    First commit about 2 years ago
  • vocab.txt
    232 kB
    First commit about 2 years ago