antoinelouis commited on
Commit
043f379
1 Parent(s): e25f0f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,6 +9,7 @@ metrics:
9
  tags:
10
  - passage-retrieval
11
  library_name: sentence-transformers
 
12
  model-index:
13
  - name: biencoder-mMiniLMv2-L12-mmarcoFR
14
  results:
@@ -43,7 +44,7 @@ model-index:
43
 
44
  # biencoder-mMiniLMv2-L12-mmarcoFR
45
 
46
- This is a dense single-vector bi-encoder model. It maps sentences and paragraphs to a 768 dimensional dense vector space and should be used for semantic search. The model was trained on the **French** portion of the [mMARCO](https://huggingface.co/datasets/unicamp-dl/mmarco) retrieval dataset.
47
 
48
  ## Usage
49
 
 
9
  tags:
10
  - passage-retrieval
11
  library_name: sentence-transformers
12
+ base_model: nreimers/mMiniLMv2-L12-H384-distilled-from-XLMR-Large
13
  model-index:
14
  - name: biencoder-mMiniLMv2-L12-mmarcoFR
15
  results:
 
44
 
45
  # biencoder-mMiniLMv2-L12-mmarcoFR
46
 
47
+ This is a dense single-vector bi-encoder model. It maps sentences and paragraphs to a 384 dimensional dense vector space and should be used for semantic search. The model was trained on the **French** portion of the [mMARCO](https://huggingface.co/datasets/unicamp-dl/mmarco) retrieval dataset.
48
 
49
  ## Usage
50