prince-canuma commited on
Commit
06cc72a
1 Parent(s): 034ff10

remove typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -194,7 +194,7 @@ documents = [
194
  ]
195
 
196
 
197
- formatted_input = grounded_generation_prompt = tokenizer.apply_grounded_generation_template(
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"