Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# Dataset Card for Dataset Name
|
6 |
+
|
7 |
+
This dataset provides around 8,000 prompts in Spanish about short stories.
|
8 |
+
|
9 |
+
The following is the prompt in english:
|
10 |
+
|
11 |
+
|
12 |
+
```
|
13 |
+
prompt:
|
14 |
+
Write a short story based on the following title:
|
15 |
+
{{titles}}
|
16 |
+
|
17 |
+
completion:
|
18 |
+
{{contents}}
|
19 |
+
```
|
20 |
+
In spanish:
|
21 |
+
|
22 |
+
```
|
23 |
+
prompt:
|
24 |
+
Escribe una historia corta basada en el siguiente título {{titles}}
|
25 |
+
|
26 |
+
completion:
|
27 |
+
{{contents}}
|
28 |
+
```
|
29 |
+
|
30 |
+
# More Information
|
31 |
+
|
32 |
+
This dataset is a sub-version of the original [chico dataset](https://huggingface.co/datasets/snats/chico).
|