File size: 549 Bytes
f9fd987 8b3c873 f9fd987 465db71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
license: cc-by-4.0
language:
- es
---
# Dataset Card for Dataset Name
This dataset provides around 8,000 prompts in Spanish about short stories.
The following is the prompt 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}}
```
# More Information
This dataset is a sub-version of the original [chico dataset](https://huggingface.co/datasets/snats/chico). |