prince-canuma
commited on
remove typo
Browse files
README.md
CHANGED
@@ -194,7 +194,7 @@ documents = [
|
|
194 |
]
|
195 |
|
196 |
|
197 |
-
formatted_input =
|
198 |
conversation,
|
199 |
documents=documents,
|
200 |
citation_mode="accurate", # or "fast"
|
|
|
194 |
]
|
195 |
|
196 |
|
197 |
+
formatted_input = tokenizer.apply_grounded_generation_template(
|
198 |
conversation,
|
199 |
documents=documents,
|
200 |
citation_mode="accurate", # or "fast"
|