Feature Extraction
sentence-transformers
Safetensors
qwen3
sentence-similarity
dense-encoder
dense
telepix
text-embeddings-inference
Instructions to use telepix/PIXIE-Spell-Preview-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use telepix/PIXIE-Spell-Preview-0.6B with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("telepix/PIXIE-Spell-Preview-0.6B") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7529a1831bf3f6bdfaf7c96c92f4f59bd99462d480b3453075bebabdb2c2bdf1
- Size of remote file:
- 11.4 MB
- SHA256:
- b703c7786128f3188e39ca909a734c4dde9b51819c66ca96dfacabd758c23e42
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.