Update README.md
Browse files
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
|
52 |
```
|
|
|
48 |
attention_mask=example['attention_mask'],
|
49 |
max_length=135)
|
50 |
|
51 |
+
# "a drink consisting of an infusion of ground coffee beans"
|
52 |
```
|