|
--- |
|
license: cc-by-4.0 |
|
--- |
|
# chico2prompts |
|
|
|
There are 2 files, they follow two different prompts. They are in 2 different csv files in Spanish. |
|
|
|
# Prompts |
|
|
|
First prompt: Suggest a title for the following. |
|
|
|
In english: |
|
``` |
|
Suggest a title for the following story: |
|
{{contents}} |
|
|
|
completion: |
|
Sure, here's a suitable title for the given story {{titles}}. |
|
``` |
|
|
|
In spanish: |
|
``` |
|
Sugiere un título para la siguiente historia: {{contents}} |
|
|
|
Completado por lo siguiente: |
|
Un título posible para la siguiente historia podría ser: {{titles}} |
|
``` |
|
|
|
Second prompt: Write a short story |
|
In english: |
|
|
|
``` |
|
prompt: |
|
Write a short story based on the following title: |
|
{{titles}} |
|
|
|
completion: |
|
{{contents}} |
|
|
|
|
|
``` |
|
|
|
In spanish: |
|
``` |
|
prompt: |
|
Escribe una historia corta basada en el siguiente título {{titles}} |
|
|
|
completion: |
|
{{contents}} |
|
``` |
|
|
|
|
|
This dataset is a sub-version of the original [chico dataset](https://huggingface.co/datasets/snats/chico). |