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
|
@@ -25,7 +25,7 @@ This makes it well-suited for real-world applications that require high-quality
|
|
| 25 |
- **Output Dimensionality:** 1024 dimensions
|
| 26 |
- **Similarity Function:** Cosine Similarity
|
| 27 |
<!-- - **Training Dataset:** Unknown -->
|
| 28 |
-
- **Language:**
|
| 29 |
- **License:** apache-2.0
|
| 30 |
|
| 31 |
### Full Model Architecture
|
|
|
|
| 25 |
- **Output Dimensionality:** 1024 dimensions
|
| 26 |
- **Similarity Function:** Cosine Similarity
|
| 27 |
<!-- - **Training Dataset:** Unknown -->
|
| 28 |
+
- **Language:** Bilingual — optimized for high performance in Korean and English
|
| 29 |
- **License:** apache-2.0
|
| 30 |
|
| 31 |
### Full Model Architecture
|