antoinelouis
commited on
Commit
•
9f8db2e
1
Parent(s):
99f1d46
Update README.md
Browse files
README.md
CHANGED
@@ -7,15 +7,16 @@ datasets:
|
|
7 |
metrics:
|
8 |
- recall
|
9 |
tags:
|
10 |
-
- feature-extraction
|
11 |
- sentence-similarity
|
12 |
-
|
|
|
|
|
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
|
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 |
|