lv12 commited on
Commit
20c84a2
1 Parent(s): ccad832

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ model-index:
5
  - name: esci-ms-marco-MiniLM-L-12-v2
6
  results:
7
  - task:
8
- type: ranking
9
  metrics:
10
  - type: mrr@10
11
  value: 91.74
@@ -96,7 +96,7 @@ print(scores)
96
 
97
  ## Training
98
 
99
- Trained using MSELoss using <query, document> pairs with <grade> as the label.
100
 
101
  ```python
102
  from sentence_transformers import InputExample
 
5
  - name: esci-ms-marco-MiniLM-L-12-v2
6
  results:
7
  - task:
8
+ type: Reranking
9
  metrics:
10
  - type: mrr@10
11
  value: 91.74
 
96
 
97
  ## Training
98
 
99
+ Trained using MSELoss using `<query, document>` pairs with `grade` as the label.
100
 
101
  ```python
102
  from sentence_transformers import InputExample