Sentence Similarity
sentence-transformers
Safetensors
Chinese
English
text-embeddings-inference
feature-extraction
semantic-search
retrieval
traditional-chinese
lora
Instructions to use BluePlanetAI/BPVELA-E560M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use BluePlanetAI/BPVELA-E560M with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("BluePlanetAI/BPVELA-E560M") sentences = [ "那是 個快樂的人", "那是 條快樂的狗", "那是 個非常幸福的人", "今天是晴天" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7f686e947e0b9d36c958512a852baddaabd2b3ff5be7abad2fb11a1fb2755fe1
- Size of remote file:
- 17.1 MB
- SHA256:
- a514807cffabd8abaf028cfaffe7ff0c4f60b97ea2db80c41f14172ae6b018ca
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.