Remove deprecated (SEB) evaluation results section
Browse files
README.md
CHANGED
@@ -121,13 +121,6 @@ In the following some technical details how this model must be used:
|
|
121 |
| Suitable score functions | dot-product (e.g. `util.dot_score`) |
|
122 |
|
123 |
|
124 |
-
## Evaluation Results
|
125 |
-
|
126 |
-
<!--- Describe how your model was evaluated -->
|
127 |
-
|
128 |
-
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=msmarco-distilbert-base-dot-v5)
|
129 |
-
|
130 |
-
|
131 |
## Training
|
132 |
|
133 |
See `train_script.py` in this repository for the used training script.
|
|
|
121 |
| Suitable score functions | dot-product (e.g. `util.dot_score`) |
|
122 |
|
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
## Training
|
125 |
|
126 |
See `train_script.py` in this repository for the used training script.
|