cjwilliams
commited on
Commit
•
4737390
1
Parent(s):
96e66aa
Update README.md
Browse files
README.md
CHANGED
@@ -36,5 +36,4 @@ if __name__ == '__main__':
|
|
36 |
|
37 |
generated_ids = model.generate(input_ids, max_length=20)
|
38 |
print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
|
39 |
-
# this prints: "Convert a SVG string to a QImage."
|
40 |
```
|
|
|
36 |
|
37 |
generated_ids = model.generate(input_ids, max_length=20)
|
38 |
print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
|
|
|
39 |
```
|