jpwahle commited on
Commit
c55727b
1 Parent(s): efda1d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,5 +48,5 @@ answer = model.generate(input_ids=example['input_ids'],
48
  attention_mask=example['attention_mask'],
49
  max_length=135)
50
 
51
- # "a distinguishing trait"
52
  ```
 
48
  attention_mask=example['attention_mask'],
49
  max_length=135)
50
 
51
+ # "a drink consisting of an infusion of ground coffee beans"
52
  ```