Feature Extraction
sentence-transformers
Safetensors
xlm-roberta
sentence-similarity
dense-encoder
dense
telepix
text-embeddings-inference
Instructions to use telepix/PIXIE-Rune-Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use telepix/PIXIE-Rune-Preview with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("telepix/PIXIE-Rune-Preview") 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,9 @@ tags:
|
|
| 7 |
pipeline_tag: sentence-similarity
|
| 8 |
library_name: sentence-transformers
|
| 9 |
---
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# PIXIE-Rune-M-v1.0
|
| 12 |
**PIXIE-Rune-M-v1.0** is an encoder-based embedding model trained on Korean and English triplets, developed by [TelePIX Co., Ltd](https://telepix.net/).
|
|
|
|
| 7 |
pipeline_tag: sentence-similarity
|
| 8 |
library_name: sentence-transformers
|
| 9 |
---
|
| 10 |
+
<p align="center">
|
| 11 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/61d6f4a4d49065ee28a1ee7e/V8n2En7BlMNHoi1YXVv8Q.png" width="400"/>
|
| 12 |
+
<p>
|
| 13 |
|
| 14 |
# PIXIE-Rune-M-v1.0
|
| 15 |
**PIXIE-Rune-M-v1.0** is an encoder-based embedding model trained on Korean and English triplets, developed by [TelePIX Co., Ltd](https://telepix.net/).
|