Sentence Similarity
sentence-transformers
PyTorch
Safetensors
mpnet
feature-extraction
text-embeddings-inference
Instructions to use NASA-AIML/MIKA_Custom_IR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use NASA-AIML/MIKA_Custom_IR with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("NASA-AIML/MIKA_Custom_IR") sentences = [ "what components are vulnerable to fatigue crack?", "One of the first-stage compressor blades had fractued due to fatigue cracking.", "Witnesses and the fire department personnel noted fuel leaking due to a cracked fuel line.", "During periods of low visibility and night conditions, the supporting sensors sometimes conflict." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 8f4a9f576c0da2f4037c8e4cee6a6ca93247727b071a5d346615c7537ed9ba32
- Size of remote file:
- 438 MB
- SHA256:
- 0706ed4d49334e060cb09a681009fd92148302cd83fa16798fb73475122289b2
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.