tformal commited on
Commit
4c0101a
·
verified ·
1 Parent(s): 2a367cb

update provence picture

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ base_model:
8
 
9
  # Model Card for Provence-reranker
10
 
11
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6273df31c3b822dad2d1eef2/7oc346UILM6rqDJLVzMTC.png" alt="image/png" width="800">
12
 
13
  Provence is a lightweight **context pruning model** for retrieval-augmented generation, particularly **optimized for question answering**. Given a user question and a retrieved passage, Provence **removes sentences from the passage that are not relevant to the user question**. This **speeds up generation** and **reduces context noise**, in a plug-and-play manner **for any LLM**. More details about the model can be found in the [paper]() and in the [blogpost]().
14
 
 
8
 
9
  # Model Card for Provence-reranker
10
 
11
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6273df31c3b822dad2d1eef2/4n-bxYfiMPC2LoLM2m7pg.png" alt="image/png" width="600">
12
 
13
  Provence is a lightweight **context pruning model** for retrieval-augmented generation, particularly **optimized for question answering**. Given a user question and a retrieved passage, Provence **removes sentences from the passage that are not relevant to the user question**. This **speeds up generation** and **reduces context noise**, in a plug-and-play manner **for any LLM**. More details about the model can be found in the [paper]() and in the [blogpost]().
14