Update README.md
#5
by
deleted
- opened
README.md
CHANGED
@@ -3,6 +3,8 @@ thumbnail: https://huggingface.co/front/thumbnails/dialogpt.png
|
|
3 |
tags:
|
4 |
- conversational
|
5 |
license: mit
|
|
|
|
|
6 |
---
|
7 |
|
8 |
## A State-of-the-Art Large-scale Pretrained Response generation model (DialoGPT)
|
@@ -51,4 +53,4 @@ for step in range(5):
|
|
51 |
|
52 |
# pretty print last ouput tokens from bot
|
53 |
print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
|
54 |
-
```
|
|
|
3 |
tags:
|
4 |
- conversational
|
5 |
license: mit
|
6 |
+
language:
|
7 |
+
- it
|
8 |
---
|
9 |
|
10 |
## A State-of-the-Art Large-scale Pretrained Response generation model (DialoGPT)
|
|
|
53 |
|
54 |
# pretty print last ouput tokens from bot
|
55 |
print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
|
56 |
+
```
|