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

litert-community
/
Nemotron-3-Embed-1B

Feature Extraction
LiteRT
LiteRT
sentence-transformers
on-device
edge
embeddings
retrieval
rag
multilingual
nemotron
Model card Files Files and versions
xet
Community

Instructions to use litert-community/Nemotron-3-Embed-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • LiteRT

    How to use litert-community/Nemotron-3-Embed-1B with LiteRT:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • sentence-transformers

    How to use litert-community/Nemotron-3-Embed-1B with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("litert-community/Nemotron-3-Embed-1B")
    
    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
Nemotron-3-Embed-1B
4.62 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mlboydaisuke's picture
mlboydaisuke
Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact)
a669719 verified 3 days ago
  • .gitattributes
    1.57 kB
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago
  • LICENSE
    2.8 kB
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago
  • NOTICE
    1.38 kB
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago
  • Nemotron-3-Embed-1B_fp16.tflite
    2.29 GB
    xet
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago
  • Nemotron-3-Embed-1B_wi8fc.tflite
    1.17 GB
    xet
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago
  • Nemotron-3-Embed-1B_wi8fc_128_512.tflite
    1.15 GB
    xet
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago
  • README.md
    9.4 kB
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago
  • tokenizer.json
    17.1 MB
    xet
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago
  • tokenizer_config.json
    21.1 kB
    Nemotron-3-Embed-1B converted to LiteRT (int8 x2 builds + fp16, iPhone-verified bit-exact) 3 days ago