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-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use yosefw/colbert-bert-tiny 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-tiny") queries_emb = model.encode(queries, is_query=True) docs_emb = model.encode(documents, is_query=False) - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
epoch,steps,accuracy
|
| 2 |
1.0,30746,0.7733374834060669
|
| 3 |
2.0,61492,0.786312460899353
|
|
|
|
|
|
| 1 |
epoch,steps,accuracy
|
| 2 |
1.0,30746,0.7733374834060669
|
| 3 |
2.0,61492,0.786312460899353
|
| 4 |
+
3.0,92238,0.7926124930381775
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17548936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce392d2f92c9b6d5436c6734ebb287442c286b2c3f34c4af099078f953a44732
|
| 3 |
size 17548936
|
runs/Aug05_23-11-15_994628bb448e/events.out.tfevents.1754435479.994628bb448e.19.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ffc1594147812ab57df5066facd1a709536c3002480216005b3f13d9295ac83
|
| 3 |
+
size 6041
|