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

  • Log In
  • Sign Up

rsvalerio
/
nomic-embed-code-coreml

Feature Extraction
Core ML
sentence-transformers
coremltools
embedding
nomic
code
Model card Files Files and versions
xet
Community

Instructions to use rsvalerio/nomic-embed-code-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use rsvalerio/nomic-embed-code-coreml with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("rsvalerio/nomic-embed-code-coreml")
    
    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
nomic-embed-code-coreml
14.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
rsvalerio's picture
rsvalerio
Update model artifacts (git:ac197fe)
893bd00 verified about 2 months ago
  • model.mlpackage
    Update model artifacts (git:ac197fe) about 2 months ago
  • .gitattributes
    1.57 kB
    Update model artifacts (git:ac197fe) about 2 months ago
  • README.md
    1.37 kB
    Update model card about 2 months ago
  • special_tokens_map.json
    613 Bytes
    Update model artifacts (git:ac197fe) about 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Update model artifacts (git:ac197fe) about 2 months ago
  • tokenizer_config.json
    7.31 kB
    Update model artifacts (git:ac197fe) about 2 months ago