remove typo
Browse files
README.md
CHANGED
|
@@ -148,7 +148,7 @@ documents = [
|
|
| 148 |
]
|
| 149 |
|
| 150 |
|
| 151 |
-
formatted_input =
|
| 152 |
conversation,
|
| 153 |
documents=documents,
|
| 154 |
citation_mode="accurate", # or "fast"
|
|
|
|
| 148 |
]
|
| 149 |
|
| 150 |
|
| 151 |
+
formatted_input = tokenizer.apply_grounded_generation_template(
|
| 152 |
conversation,
|
| 153 |
documents=documents,
|
| 154 |
citation_mode="accurate", # or "fast"
|