Update README.md
Browse filesfixed a typo not leading to the training script.
README.md
CHANGED
@@ -38,7 +38,7 @@ After some tests with different tokenizers I decided to pick one of the oldest a
|
|
38 |
* **99% performance:** Unexpectedly this model scored nearly 99% in comparison to [e5-base-sts-en-de](https://huggingface.co/danielheinz/e5-base-sts-en-de) during the [GermanGovServiceRetrieval](https://huggingface.co/datasets/mteb/GermanGovServiceRetrieval)-Task in MTEB by taking only a 80th of the time (40.3 seconds vs. 0.49).
|
39 |
* **Matryoshka:** This model was trained with a [Matryoshka loss](https://huggingface.co/blog/matryoshka), allowing you to truncate the embeddings for faster retrieval at minimal performance costs.
|
40 |
* **Evaluations:** See [Evaluations](#evaluation) for details on performance on German MTEB, special [GermanGovService retrieval](https://huggingface.co/datasets/mteb/GermanGovServiceRetrieval), embedding speed, and Matryoshka dimensionality truncation.
|
41 |
-
* **Training Script:** See [
|
42 |
|
43 |
## Model Details
|
44 |
|
|
|
38 |
* **99% performance:** Unexpectedly this model scored nearly 99% in comparison to [e5-base-sts-en-de](https://huggingface.co/danielheinz/e5-base-sts-en-de) during the [GermanGovServiceRetrieval](https://huggingface.co/datasets/mteb/GermanGovServiceRetrieval)-Task in MTEB by taking only a 80th of the time (40.3 seconds vs. 0.49).
|
39 |
* **Matryoshka:** This model was trained with a [Matryoshka loss](https://huggingface.co/blog/matryoshka), allowing you to truncate the embeddings for faster retrieval at minimal performance costs.
|
40 |
* **Evaluations:** See [Evaluations](#evaluation) for details on performance on German MTEB, special [GermanGovService retrieval](https://huggingface.co/datasets/mteb/GermanGovServiceRetrieval), embedding speed, and Matryoshka dimensionality truncation.
|
41 |
+
* **Training Script:** See [train_base.py](train_base.py) for the training script used to train this model from scratch (be warned - it is wildly commented).
|
42 |
|
43 |
## Model Details
|
44 |
|