Sentence Similarity
TensorBoard
Safetensors
sentence-transformers
PyLate
bert
ColBERT
feature-extraction
Generated from Trainer
dataset_size:983844
loss:Contrastive
Eval Results (legacy)
text-embeddings-inference
Instructions to use yosefw/colbert-bert-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use yosefw/colbert-bert-mini 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="yosefw/colbert-bert-mini") queries_emb = model.encode(queries, is_query=True) docs_emb = model.encode(documents, is_query=False) - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -1,5 +1,2 @@
|
|
| 1 |
epoch,steps,accuracy
|
| 2 |
-
1.0,30746,0.
|
| 3 |
-
2.0,61492,0.8156874775886536
|
| 4 |
-
3.0,92238,0.818387508392334
|
| 5 |
-
4.0,122984,0.8185999989509583
|
|
|
|
| 1 |
epoch,steps,accuracy
|
| 2 |
+
1.0,30746,0.8083124756813049
|
|
|
|
|
|
|
|
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 44692072
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c256dd8722d0d8786ff3c307d54bf3913c89bd8605e1ba16f4d549535e75d1c
|
| 3 |
size 44692072
|
runs/Aug02_20-44-53_53347c3cd2e9/events.out.tfevents.1754167496.53347c3cd2e9.19.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0cf5a21f78f0187884d1e92bf6fa9ab04f8396d7610199c6538931f314038e7
|
| 3 |
+
size 4951
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9892ac0c424444321dab53089f7e135bfab3511c1a982fd2fea616bcb359f3c6
|
| 3 |
size 5624
|