mariagrandury commited on
Commit
9739b07
1 Parent(s): 653dc22

Add citation

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -31,4 +31,23 @@ configs:
31
  path: data/train-*
32
  - split: test
33
  path: data/test-*
 
 
 
 
 
 
34
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  path: data/train-*
32
  - split: test
33
  path: data/test-*
34
+ task_categories:
35
+ - question-answering
36
+ language:
37
+ - es
38
+ size_categories:
39
+ - 100K<n<1M
40
  ---
41
+
42
+
43
+ ## Citation
44
+
45
+ ```
46
+ @misc{quispe2024wikihowes,
47
+ author = {Quispe Castillo, David Alonso},
48
+ title = {WikiHowES},
49
+ month = March,
50
+ year = 2024,
51
+ url = {https://huggingface.co/datasets/somosnlp/wikihow_es}
52
+ }
53
+ ```