Update README.md
Browse files
README.md
CHANGED
@@ -52,6 +52,7 @@ tags:
|
|
52 |
This is a [PyLate](https://github.com/lightonai/pylate) model finetuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the [train](https://huggingface.co/datasets/lightonai/ms-marco-en-bge) dataset. It maps sentences & paragraphs to sequences of 128-dimensional dense vectors and can be used for semantic textual similarity using the MaxSim operator.
|
53 |
|
54 |
I finetuned the model with official script [examples/train_pylate.py](https://github.com/AnswerDotAI/ModernBERT/blob/main/examples/train_pylate.py) on a RTX 4090 GPU in 12 hours. See more details in [trianing logs](https://wandb.ai/joe32140/col-modernbert-msmarco/workspace?nw=nwuserjoe32140).
|
|
|
55 |
|
56 |
## Model Details
|
57 |
|
|
|
52 |
This is a [PyLate](https://github.com/lightonai/pylate) model finetuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the [train](https://huggingface.co/datasets/lightonai/ms-marco-en-bge) dataset. It maps sentences & paragraphs to sequences of 128-dimensional dense vectors and can be used for semantic textual similarity using the MaxSim operator.
|
53 |
|
54 |
I finetuned the model with official script [examples/train_pylate.py](https://github.com/AnswerDotAI/ModernBERT/blob/main/examples/train_pylate.py) on a RTX 4090 GPU in 12 hours. See more details in [trianing logs](https://wandb.ai/joe32140/col-modernbert-msmarco/workspace?nw=nwuserjoe32140).
|
55 |
+
The finetuned model performance is on par with numbers reported in the paper.
|
56 |
|
57 |
## Model Details
|
58 |
|