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

lemon-mint
/
mMiniLMv2-L12-H384-Distilled-Iter14-final

Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:480616
loss:MSELoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use lemon-mint/mMiniLMv2-L12-H384-Distilled-Iter14-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use lemon-mint/mMiniLMv2-L12-H384-Distilled-Iter14-final with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("lemon-mint/mMiniLMv2-L12-H384-Distilled-Iter14-final")
    
    sentences = [
        "passage: Here is how to compress a file in Terminal:\n\n1. Use the `ls` command to list the files in the current directory. Confirm the presence of the file you wish to compress and note the precise spelling and case sensitivity of the file.\n2. To zip a single file called \"example_file.txt,\" enter the following command:\n```csharp\nzip my_compressed_archive.zip example_file.txt\n```\nReplace \"my_compressed_archive\" with your own unique identifier and adjust \"example_file.txt\" according to your actual file name. Press Enter to execute the command.",
        "passage: Regular moisturizing is crucial to prevent and alleviate dry skin under your nose. Opt for non-comedogenic moisturizers, which are less likely to clog pores, and apply them immediately after washing your face while your skin is still damp to lock in moisture.\n\nNon-comedogenic means the product doesn't contain ingredients known to block pores. Heavier creams might be necessary in winter months when indoor heating systems sap moisture from the air.",
        "query: 유럽 몰도바 국민 대회의 목적은 무엇이었습니까?",
        "passage: When planning dates with your significant other, consider including activities that both adults and children can enjoy together. Examples include trips to the zoo, bowling alleys, miniature golf courses, or movie nights at home with kid-friendly films. Including your children in these outings allows them to spend quality time with you while also giving you and your partner opportunities to connect.\n\nIt's crucial to establish clear boundaries and expectations surrounding dating and relationships within your household. Discuss topics like privacy, personal space, and appropriate behavior with your children. Explain that although you may have feelings for your partner, maintaining healthy familial bonds remains paramount."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model. almost 2 years ago
  • README.md
    151 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config.json
    714 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    471 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    964 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.34 kB
    Add new SentenceTransformer model. almost 2 years ago