Update README.md
Browse files
README.md
CHANGED
@@ -78,6 +78,7 @@ output= model.generate(tokens['input_ids'],
|
|
78 |
output = [tokenizer.decode(ids, skip_special_tokens=True,clean_up_tokenization_spaces=True)for ids in output]
|
79 |
output
|
80 |
|
|
|
81 |
```bash
|
82 |
['5']
|
83 |
```
|
|
|
78 |
output = [tokenizer.decode(ids, skip_special_tokens=True,clean_up_tokenization_spaces=True)for ids in output]
|
79 |
output
|
80 |
|
81 |
+
```
|
82 |
```bash
|
83 |
['5']
|
84 |
```
|