Instructions to use ikim-uk-essen/stm_phi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use ikim-uk-essen/stm_phi with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("ikim-uk-essen/stm_phi") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1513210f64796127a6e0a11f88e04f1d530c2601dea12f1e96852aebcbcc7599
- Size of remote file:
- 15.5 MB
- SHA256:
- 382cc235b56c725945e149cc25f191da667c836655efd0857b004320e90e91ea
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.