Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ base_model: ytu-ce-cosmos/turkish-base-bert-uncased
|
|
11 |
# Turkish-ColBERT
|
12 |
This is a Turkish passage retrieval model based on the [ColBERT](https://doi.org/10.48550/arXiv.2112.01488) architecture.
|
13 |
|
14 |
-
The [
|
15 |
|
16 |
#### ⚠ Uncased use requires manual lowercase conversion
|
17 |
Convert your text to lower case as follows:
|
|
|
11 |
# Turkish-ColBERT
|
12 |
This is a Turkish passage retrieval model based on the [ColBERT](https://doi.org/10.48550/arXiv.2112.01488) architecture.
|
13 |
|
14 |
+
The [Cosmos Turkish Base BERT](https://huggingface.co/ytu-ce-cosmos/turkish-base-bert-uncased) model was fine-tuned on 500k triplets (query, positive passage, negative passage) from a Turkish-translated version of the [MS MARCO dataset](https://huggingface.co/datasets/parsak/msmarco-tr).
|
15 |
|
16 |
#### ⚠ Uncased use requires manual lowercase conversion
|
17 |
Convert your text to lower case as follows:
|