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

EmbeddedLLM
/
paraphrase-MiniLM-L3-v2-onnx-o3-cpu

Feature Extraction
sentence-transformers
ONNX
English
bert
sentence-similarity
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use EmbeddedLLM/paraphrase-MiniLM-L3-v2-onnx-o3-cpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use EmbeddedLLM/paraphrase-MiniLM-L3-v2-onnx-o3-cpu with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("EmbeddedLLM/paraphrase-MiniLM-L3-v2-onnx-o3-cpu")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
paraphrase-MiniLM-L3-v2-onnx-o3-cpu
69.9 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Jia Huei Tan
Update README
6c074e4 over 2 years ago
  • .gitattributes
    1.57 kB
    Add model files over 2 years ago
  • README.md
    1.8 kB
    Update README over 2 years ago
  • config.json
    657 Bytes
    Add model files over 2 years ago
  • model.onnx
    69 MB
    xet
    Add model files over 2 years ago
  • ort_config.json
    1.27 kB
    Add model files over 2 years ago
  • special_tokens_map.json
    695 Bytes
    Add model files over 2 years ago
  • tokenizer.json
    712 kB
    xet
    Add model files over 2 years ago
  • tokenizer_config.json
    1.43 kB
    Add model files over 2 years ago
  • vocab.txt
    232 kB
    Add model files over 2 years ago