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

magibu
/
embeddingmagibu-200m

Sentence Similarity
sentence-transformers
Safetensors
gemma3_text
text-embeddings-inference
feature-extraction
text-embeddings
turkish
tr
multilingual
long-context
distillation
tokenizer-surgery
offline-distillation
semantic-search
retrieval
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

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

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("magibu/embeddingmagibu-200m")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
embeddingmagibu-200m
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
alibayram's picture
alibayram
Update README.md
1647e5b verified about 1 month ago
  • 1_Pooling
    Add new SentenceTransformer model 6 months ago
  • 2_Dense
    Add new SentenceTransformer model 6 months ago
  • 3_Dense
    Add new SentenceTransformer model 6 months ago
  • .gitattributes
    1.63 kB
    Upload embeddingmagibu-200m.png 6 months ago
  • README.md
    12.5 kB
    Update README.md about 1 month ago
  • chat_template.jinja
    1.53 kB
    Add new SentenceTransformer model 6 months ago
  • config.json
    1.61 kB
    Add new SentenceTransformer model 6 months ago
  • config_sentence_transformers.json
    988 Bytes
    Add new SentenceTransformer model 6 months ago
  • embeddingmagibu-200m.png
    216 kB
    xet
    Upload embeddingmagibu-200m.png 6 months ago
  • model.safetensors
    404 MB
    xet
    Add new SentenceTransformer model 6 months ago
  • modules.json
    573 Bytes
    Add new SentenceTransformer model 6 months ago
  • sentence_bert_config.json
    58 Bytes
    Add new SentenceTransformer model 6 months ago
  • special_tokens_map.json
    662 Bytes
    Add special tokens configuration and tokenizer model 5 months ago
  • tokenizer.json
    13.7 MB
    xet
    Add new SentenceTransformer model 6 months ago
  • tokenizer.model
    2.38 MB
    xet
    Add special tokens configuration and tokenizer model 5 months ago
  • tokenizer_config.json
    740 Bytes
    Add new SentenceTransformer model 6 months ago