Sentence Similarity
Safetensors
Japanese
RAGatouille
bert
ColBERT
bclavie commited on
Commit
4c9c8b5
·
1 Parent(s): 221a894

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -9,7 +9,15 @@ pipeline_tag: sentence-similarity
9
  Under Construction, please come back in a few days!
10
  工事中です。数日後にまたお越しください。
11
 
12
- Why use a ColBERT-like approach for your RAG application?
 
 
 
 
 
 
 
 
13
 
14
  Most retrieval methods have strong tradeoffs:
15
  * __Traditional sparse approaches__, such as BM25, are strong baselines, __but__ do not leverage any semantic understanding, and thus hit a hard ceiling.
 
9
  Under Construction, please come back in a few days!
10
  工事中です。数日後にまたお越しください。
11
 
12
+ # Intro
13
+
14
+ ## Training Data
15
+
16
+ ## Training Method
17
+
18
+ # Results
19
+
20
+ # Why use a ColBERT-like approach for your RAG application?
21
 
22
  Most retrieval methods have strong tradeoffs:
23
  * __Traditional sparse approaches__, such as BM25, are strong baselines, __but__ do not leverage any semantic understanding, and thus hit a hard ceiling.