Sentence Similarity
Safetensors
sentence-transformers
Korean
PyLate
modernbert
ColBERT
feature-extraction
Generated from Trainer
loss:MatryoshkaColBERTLoss
korean
matryoshka
retrieval
custom_code
text-embeddings-inference
Instructions to use dragonkue/colbert-ko-0.1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use dragonkue/colbert-ko-0.1b with sentence-transformers:
from pylate import models queries = [ "Which planet is known as the Red Planet?", "What is the largest planet in our solar system?", ] documents = [ ["Mars is the Red Planet.", "Venus is Earth's twin."], ["Jupiter is the largest planet.", "Saturn has rings."], ] model = models.ColBERT(model_name_or_path="dragonkue/colbert-ko-0.1b") queries_emb = model.encode(queries, is_query=True) docs_emb = model.encode(documents, is_query=False) - Notebooks
- Google Colab
- Kaggle
Sync 1_Dense with Matryoshka 128-head + add model.py for transformers-only inference (1_Dense/model.safetensors)
Browse files
1_Dense/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 393304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:293c39a47c6d00e66f165768b8262931b2aba145a6de1bf14251e32daab856ad
|
| 3 |
size 393304
|