prince-canuma commited on
Commit
ffa5be2
1 Parent(s): 5a852e2

remove typo

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