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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Sprylab
/
paraphrase-multilingual-MiniLM-L12-v2-onnx-quantized

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

Instructions to use Sprylab/paraphrase-multilingual-MiniLM-L12-v2-onnx-quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sprylab/paraphrase-multilingual-MiniLM-L12-v2-onnx-quantized with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Sprylab/paraphrase-multilingual-MiniLM-L12-v2-onnx-quantized")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Sprylab/paraphrase-multilingual-MiniLM-L12-v2-onnx-quantized")
    model = AutoModel.from_pretrained("Sprylab/paraphrase-multilingual-MiniLM-L12-v2-onnx-quantized", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
paraphrase-multilingual-MiniLM-L12-v2-onnx-quantized
454 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
TomaszSzymanski's picture
TomaszSzymanski
Upload tokenizer.json with huggingface_hub
d98ab20 over 3 years ago
  • .gitattributes
    1.58 kB
    Upload tokenizer.json with huggingface_hub over 3 years ago
  • README.md
    28 Bytes
    initial commit over 3 years ago
  • config.json
    636 Bytes
    Upload config.json with huggingface_hub over 3 years ago
  • model.onnx
    422 MB
    xet
    Upload model.onnx with huggingface_hub over 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload special_tokens_map.json with huggingface_hub over 3 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer.json with huggingface_hub over 3 years ago
  • tokenizer_config.json
    572 Bytes
    Upload tokenizer_config.json with huggingface_hub over 3 years ago
  • unigram.json
    14.8 MB
    xet
    Upload unigram.json with huggingface_hub over 3 years ago