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

RESMP-DEV
/
jina-code-embeddings-1.5b-mxfp4-block-gptq

Feature Extraction
MLX
Safetensors
sentence-transformers
qwen2
mxfp4
gptq
code
embeddings
Model card Files Files and versions
xet
Community

Instructions to use RESMP-DEV/jina-code-embeddings-1.5b-mxfp4-block-gptq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use RESMP-DEV/jina-code-embeddings-1.5b-mxfp4-block-gptq with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir jina-code-embeddings-1.5b-mxfp4-block-gptq RESMP-DEV/jina-code-embeddings-1.5b-mxfp4-block-gptq
  • sentence-transformers

    How to use RESMP-DEV/jina-code-embeddings-1.5b-mxfp4-block-gptq with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("RESMP-DEV/jina-code-embeddings-1.5b-mxfp4-block-gptq")
    
    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
  • Local Apps Settings
  • LM Studio
jina-code-embeddings-1.5b-mxfp4-block-gptq
1.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
Kearm's picture
Kearm
Remove duplicated source from model artifact
9816576 verified about 6 hours ago
  • 1_Pooling
    Add files using upload-large-folder tool 5 days ago
  • benchmarks
    Add machine-readable benchmark receipts 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • README.md
    4.84 kB
    Move maintained tooling to GitHub about 6 hours ago
  • WEIGHTS_LICENSE.md
    566 Bytes
    Add files using upload-large-folder tool 5 days ago
  • config.json
    1.09 kB
    Add files using upload-large-folder tool 5 days ago
  • config_sentence_transformers.json
    877 Bytes
    Add files using upload-large-folder tool 5 days ago
  • merges.txt
    1.67 MB
    Add files using upload-large-folder tool 5 days ago
  • model.safetensors
    1.16 GB
    xet
    Add files using upload-large-folder tool 5 days ago
  • modules.json
    349 Bytes
    Add files using upload-large-folder tool 5 days ago
  • quantization_report.json
    87.6 kB
    Add files using upload-large-folder tool 5 days ago
  • vocab.json
    2.78 MB
    Add files using upload-large-folder tool 5 days ago