Rodeszones
commited on
Commit
•
29af4dd
1
Parent(s):
05ae8b6
Update README.md
Browse files
README.md
CHANGED
@@ -61,8 +61,8 @@ with torch.no_grad():
|
|
61 |
outputs = outputs[:, inputs['input_ids'].shape[1]:]
|
62 |
print(tokenizer.decode(outputs[0]))
|
63 |
|
64 |
-
#example output
|
65 |
-
a room with a ladder [[378,107,636,998]] and a blue and white towel [[073,000,346,905]].</s>
|
66 |
|
67 |
```
|
68 |
|
|
|
61 |
outputs = outputs[:, inputs['input_ids'].shape[1]:]
|
62 |
print(tokenizer.decode(outputs[0]))
|
63 |
|
64 |
+
# example output
|
65 |
+
# a room with a ladder [[378,107,636,998]] and a blue and white towel [[073,000,346,905]].</s>
|
66 |
|
67 |
```
|
68 |
|