chrisrutherford commited on
Commit
fd221f7
·
verified ·
1 Parent(s): f55bf32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -117,4 +117,9 @@ outputs = model.generate(
117
 
118
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
119
  print(response)
120
- ```
 
 
 
 
 
 
117
 
118
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
119
  print(response)
120
+ ```
121
+
122
+ Example output
123
+
124
+
125
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65be16980a0c57943fbe8b00/xNJOszw2AGvXbpIBXrIiU.png)