NickyNicky
commited on
Commit
•
4239066
1
Parent(s):
e1a7743
Update README.md
Browse files
README.md
CHANGED
@@ -122,5 +122,5 @@ generation_config = GenerationConfig(
|
|
122 |
)
|
123 |
outputs = model.generate(generation_config=generation_config,
|
124 |
input_ids=inputs,)
|
125 |
-
|
126 |
```
|
|
|
122 |
)
|
123 |
outputs = model.generate(generation_config=generation_config,
|
124 |
input_ids=inputs,)
|
125 |
+
tokenizer.decode(outputs[0], skip_special_tokens=False) #True
|
126 |
```
|