Fix pipeline tag (#4)
Browse files- Fix pipeline tag (d145a1a86f032f65a9e573adb83274cef6f59c1f)
Co-authored-by: Merve Noyan <merve@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -7,6 +7,7 @@ license: mit
|
|
| 7 |
language:
|
| 8 |
- tr
|
| 9 |
base_model: ytu-ce-cosmos/turkish-base-bert-uncased
|
|
|
|
| 10 |
---
|
| 11 |
# Turkish-ColBERT
|
| 12 |
This is a Turkish passage retrieval model based on the [ColBERT](https://doi.org/10.48550/arXiv.2112.01488) architecture.
|
|
|
|
| 7 |
language:
|
| 8 |
- tr
|
| 9 |
base_model: ytu-ce-cosmos/turkish-base-bert-uncased
|
| 10 |
+
pipeline_tag: sentence-similarity
|
| 11 |
---
|
| 12 |
# Turkish-ColBERT
|
| 13 |
This is a Turkish passage retrieval model based on the [ColBERT](https://doi.org/10.48550/arXiv.2112.01488) architecture.
|