Sentence Similarity
sentence-transformers
Safetensors
llama
feature-extraction
text-embeddings-inference
Instructions to use Kwaipilot/OASIS-code-1.3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Kwaipilot/OASIS-code-1.3B with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Kwaipilot/OASIS-code-1.3B") 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
Commit History
Update README.md e3ca67d verified
Update README.md with latest news and model. 747e5b7 verified
Update README.md 215abfa verified
Update README.md 6cf84de verified
Revert "Add new SentenceTransformer model." 55d3639
root commited on