Update README.md
#23
by
Jhonwik
- opened
README.md
CHANGED
@@ -2,7 +2,14 @@
|
|
2 |
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 +58,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 |
-
```
|
|
|
2 |
thumbnail: https://huggingface.co/front/thumbnails/dialogpt.png
|
3 |
tags:
|
4 |
- conversational
|
5 |
+
- code
|
6 |
license: mit
|
7 |
+
datasets:
|
8 |
+
- HuggingFaceTB/smollm-corpus
|
9 |
+
language:
|
10 |
+
- id
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
---
|
14 |
|
15 |
## A State-of-the-Art Large-scale Pretrained Response generation model (DialoGPT)
|
|
|
58 |
|
59 |
# pretty print last ouput tokens from bot
|
60 |
print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
|
61 |
+
```
|