Sentence Similarity
sentence-transformers
Safetensors
xlm-roberta
feature-extraction
Generated from Trainer
dataset_size:480616
loss:MSELoss
Eval Results (legacy)
text-embeddings-inference
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
Gated model You can list files but not access them
Preview of files found in this repository