antoinelouis commited on
Commit
9f8db2e
1 Parent(s): 99f1d46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -7,15 +7,16 @@ datasets:
7
  metrics:
8
  - recall
9
  tags:
10
- - feature-extraction
11
  - sentence-similarity
12
- library_name: colbert
 
 
13
  inference: false
14
  ---
15
 
16
- # colbertv2-camembert-L4-mmarcoFR
17
 
18
- This is a lightweight [ColBERTv2](https://doi.org/10.48550/arXiv.2112.01488) model for French that can be used for semantic search. It encodes queries & passages into matrices of token-level embeddings and efficiently finds passages that contextually match the query using scalable vector-similarity (MaxSim) operators. The model was trained on the **French** portion of the [mMARCO](https://huggingface.co/datasets/unicamp-dl/mmarco) dataset.
19
 
20
  ## Usage
21
 
 
7
  metrics:
8
  - recall
9
  tags:
 
10
  - sentence-similarity
11
+ - colbert
12
+ base_model: antoinelouis/camembert-L4
13
+ library_name: RAGatouille
14
  inference: false
15
  ---
16
 
17
+ # 🇫🇷 colbertv2-camembert-L4-mmarcoFR
18
 
19
+ This is a lightweight [ColBERTv2](https://doi.org/10.48550/arXiv.2112.01488) model for **French** that can be used for semantic search. It encodes queries and passages into matrices of token-level embeddings and efficiently finds passages that contextually match the query using scalable vector-similarity (MaxSim) operators.
20
 
21
  ## Usage
22