Update README.md
Browse files
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
|