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

yjoonjang
/
MIMO-mmBERT-base

Sentence Similarity
sentence-transformers
Safetensors
modernbert
feature-extraction
dense
Generated from Trainer
dataset_size:5647936
loss:EmbedDistillLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use yjoonjang/MIMO-mmBERT-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use yjoonjang/MIMO-mmBERT-base with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("yjoonjang/MIMO-mmBERT-base")
    
    sentences = [
        "Quiero dar las gracias -quiero decirlo correctamente- a la Comisión dimitida que se encuentra todavía en funciones, porque no fue una labor sencilla.",
        "They say you killed Joffrey.",
        "es",
        "I should like to thank the Commission which - I want to get this right - has resigned, but which is still in office. It has not been an easy time."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
MIMO-mmBERT-base
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yjoonjang's picture
yjoonjang
Add new SentenceTransformer model
3d27e39 verified 2 days ago
  • 1_Pooling
    Add new SentenceTransformer model 2 days ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 2 days ago
  • README.md
    207 kB
    Add new SentenceTransformer model 2 days ago
  • config.json
    1.9 kB
    Add new SentenceTransformer model 2 days ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 2 days ago
  • model.safetensors
    1.23 GB
    xet
    Add new SentenceTransformer model 2 days ago
  • modules.json
    277 Bytes
    Add new SentenceTransformer model 2 days ago
  • sentence_bert_config.json
    241 Bytes
    Add new SentenceTransformer model 2 days ago
  • tokenizer.json
    34.4 MB
    xet
    Add new SentenceTransformer model 2 days ago
  • tokenizer_config.json
    736 Bytes
    Add new SentenceTransformer model 2 days ago