Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ datasets:
|
|
| 6 |
- bigscience/opensubtitles
|
| 7 |
language:
|
| 8 |
- es
|
| 9 |
-
pipeline_tag:
|
| 10 |
---
|
| 11 |
## Finetuned DialoGPT model on Spanish Conversations
|
| 12 |
|
|
@@ -55,4 +55,4 @@ for step in range(5):
|
|
| 55 |
|
| 56 |
# pretty print last ouput tokens from bot
|
| 57 |
print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
|
| 58 |
-
```
|
|
|
|
| 6 |
- bigscience/opensubtitles
|
| 7 |
language:
|
| 8 |
- es
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
---
|
| 11 |
## Finetuned DialoGPT model on Spanish Conversations
|
| 12 |
|
|
|
|
| 55 |
|
| 56 |
# pretty print last ouput tokens from bot
|
| 57 |
print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
|
| 58 |
+
```
|