snats commited on
Commit
4638806
·
1 Parent(s): 03dd4c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: cc-by-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - es
5
  ---
6
+
7
+ # Dataset Card for Dataset Name
8
+
9
+ This dataset provides around 8,000 prompts in Spanish to suggest titles from snippets of short stories.
10
+
11
+ The following is the prompt in english:
12
+
13
+
14
+ ```
15
+ Suggest a title for the following story:
16
+ {{contents}}
17
+
18
+ completion:
19
+ Sure, here's a suitable title for the given story {{titles}}.
20
+ ```
21
+ In spanish:
22
+
23
+ ```
24
+ Sugiere un título para la siguiente historia: {{contents}}
25
+
26
+ Completado por lo siguiente:
27
+ Un título posible para la siguiente historia podría ser: {{titles}}
28
+ ```
29
+
30
+ # More Information
31
+
32
+ This dataset is a sub-version of the original [chico dataset](https://huggingface.co/datasets/snats/chico).