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

hasankursun
/
matryoshka-embedding-v1

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
matryoshka
embeddings
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hasankursun/matryoshka-embedding-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use hasankursun/matryoshka-embedding-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("hasankursun/matryoshka-embedding-v1")
    
    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
matryoshka-embedding-v1
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
hasankursun's picture
hasankursun
Update README.md
e1dd822 verified 17 days ago
  • 1_Pooling
    Upload folder using huggingface_hub 8 months ago
  • 2_Normalize
    Upload folder using huggingface_hub 8 months ago
  • .gitattributes
    1.61 kB
    Upload folder using huggingface_hub 8 months ago
  • LICENSE
    2.32 kB
    Upload folder using huggingface_hub 8 months ago
  • README.md
    10.7 kB
    Update README.md 17 days ago
  • README_HF.md
    2.12 kB
    Upload folder using huggingface_hub 8 months ago
  • config.json
    685 Bytes
    Upload folder using huggingface_hub 8 months ago
  • config_sentence_transformers.json
    296 Bytes
    Upload folder using huggingface_hub 8 months ago
  • lumees_config.json
    331 Bytes
    Upload folder using huggingface_hub 8 months ago
  • model.safetensors
    2.27 GB
    xet
    Upload folder using huggingface_hub 8 months ago
  • modules.json
    368 Bytes
    Upload folder using huggingface_hub 8 months ago
  • sentence_bert_config.json
    61 Bytes
    Upload folder using huggingface_hub 8 months ago
  • special_tokens_map.json
    1.02 kB
    Upload folder using huggingface_hub 8 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • tokenizer_config.json
    1.46 kB
    Upload folder using huggingface_hub 8 months ago