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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

alibayram
/
embeddingmagibu-200m-mlx

Sentence Similarity
sentence-transformers
Safetensors
MLX
gemma3_text
text-embeddings-inference
feature-extraction
text-embeddings
turkish
tr
distillation
Model card Files Files and versions
xet
Community

Instructions to use alibayram/embeddingmagibu-200m-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use alibayram/embeddingmagibu-200m-mlx with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("alibayram/embeddingmagibu-200m-mlx")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • MLX

    How to use alibayram/embeddingmagibu-200m-mlx with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir embeddingmagibu-200m-mlx alibayram/embeddingmagibu-200m-mlx
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
embeddingmagibu-200m-mlx
130 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
alibayram's picture
alibayram
Delete model-00003-of-00003.safetensors
8d20b2f verified 2 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 2 months ago
  • README.md
    1.08 kB
    Upload folder using huggingface_hub 2 months ago
  • chat_template.jinja
    7.76 kB
    Upload folder using huggingface_hub 2 months ago
  • config.json
    1.88 kB
    Upload folder using huggingface_hub 2 months ago
  • config_sentence_transformers.json
    988 Bytes
    Upload folder using huggingface_hub 2 months ago
  • model.safetensors
    117 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • model.safetensors.index.json
    46.8 kB
    Upload folder using huggingface_hub 2 months ago
  • modules.json
    573 Bytes
    Upload folder using huggingface_hub 2 months ago
  • processor_config.json
    1.3 kB
    Upload folder using huggingface_hub 2 months ago
  • sentence_bert_config.json
    58 Bytes
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    13.7 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • tokenizer_config.json
    705 Bytes
    Upload folder using huggingface_hub 2 months ago