Update README.md
Browse files
README.md
CHANGED
@@ -30,4 +30,4 @@ for step in range(4):
|
|
30 |
|
31 |
# pretty print last ouput tokens from bot
|
32 |
print("Tsubomi: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
|
33 |
-
```
|
|
|
30 |
|
31 |
# pretty print last ouput tokens from bot
|
32 |
print("Tsubomi: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
|
33 |
+
```
|