Update README.md
Browse files
README.md
CHANGED
@@ -104,7 +104,7 @@ model-index:
|
|
104 |
|
105 |
This is a [Cross Encoder](https://www.sbert.net/docs/cross_encoder/usage/usage.html) model finetuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) using the [sentence-transformers](https://www.SBERT.net) library. It computes scores for pairs of texts, which can be used for text reranking and semantic search.
|
106 |
|
107 |
-
See [
|
108 |
|
109 |

|
110 |
|
|
|
104 |
|
105 |
This is a [Cross Encoder](https://www.sbert.net/docs/cross_encoder/usage/usage.html) model finetuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) using the [sentence-transformers](https://www.SBERT.net) library. It computes scores for pairs of texts, which can be used for text reranking and semantic search.
|
106 |
|
107 |
+
See [training_trivia_qa_bce.py](training_trivia_qa_bce.py) for the training script for this model. This is a variation of the script described in the [Cross Encoder > Training Overview](https://sbert.net/docs/cross_encoder/training_overview.html) documentation and the [Training and Finetuning Reranker Models with Sentence Transformers v4](https://huggingface.co/blog/train-reranker) blogpost.
|
108 |
|
109 |

|
110 |
|