pahautelman commited on
Commit
361887a
1 Parent(s): d4a613c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ outputs = model.generate(
111
  )
112
  output = tokenizer.batch_decode(outputs)[0]
113
 
114
- # Model response: "Output: Russian President, Vladimir Putin"
115
  print(output)
116
  ```
117
 
 
111
  )
112
  output = tokenizer.batch_decode(outputs)[0]
113
 
114
+ # Model response: "Answer: Russian President, Vladimir Putin"
115
  print(output)
116
  ```
117