Sentence Similarity
sentence-transformers
Safetensors
modernbert
feature-extraction
Generated from Trainer
dataset_size:1800
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
ml-intern
Eval Results (legacy)
text-embeddings-inference
Instructions to use agraharr/telecom-gte-modernbert-matryoshka with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use agraharr/telecom-gte-modernbert-matryoshka with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("agraharr/telecom-gte-modernbert-matryoshka") sentences = [ "How does the NG-RAN node respond after successfully activating UL SRS transmission in the UE?", "After successfully activating the UL SRS transmission in the UE, the NG-RAN node responds with a POS", "Table 6.1.1.1-6: Beam layout parameters for single satellite simulation", "The transmit OFF power limits are set at -35 dBm for various operating bands such as n257, n258, n25" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!