nadiinchi commited on
Commit
cbf7e2a
·
verified ·
1 Parent(s): 7a69bce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -22,6 +22,13 @@ Provence is a lightweight **context pruning model** for retrieval-augmented gene
22
 
23
  ## Usage
24
 
 
 
 
 
 
 
 
25
  Pruning a single context for a single question:
26
 
27
  ```python
 
22
 
23
  ## Usage
24
 
25
+ Provence uses `nltk`:
26
+
27
+ ```bash
28
+ pip install nltk
29
+ python -c "import nltk; nltk.download('punkt_tab')"
30
+ ```
31
+
32
  Pruning a single context for a single question:
33
 
34
  ```python