Datasets:
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +36 -3
- all/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: WikiHow-ES
|
| 3 |
-
license: cc-by-nc-sa-3.0
|
| 4 |
-
size_categories: 1K<n<10K
|
| 5 |
language: es
|
|
|
|
| 6 |
multilinguality: monolingual
|
|
|
|
| 7 |
task_categories:
|
| 8 |
- text-classification
|
| 9 |
- question-answering
|
| 10 |
- conversational
|
| 11 |
- summarization
|
|
|
|
| 12 |
tags:
|
| 13 |
- Spanish
|
| 14 |
- WikiHow
|
|
@@ -16,6 +16,39 @@ tags:
|
|
| 16 |
- Tutorials
|
| 17 |
- Step-By-Step
|
| 18 |
- Instruction Tuning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
### Dataset Summary
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language: es
|
| 3 |
+
license: cc-by-nc-sa-3.0
|
| 4 |
multilinguality: monolingual
|
| 5 |
+
size_categories: 1K<n<10K
|
| 6 |
task_categories:
|
| 7 |
- text-classification
|
| 8 |
- question-answering
|
| 9 |
- conversational
|
| 10 |
- summarization
|
| 11 |
+
pretty_name: WikiHow-ES
|
| 12 |
tags:
|
| 13 |
- Spanish
|
| 14 |
- WikiHow
|
|
|
|
| 16 |
- Tutorials
|
| 17 |
- Step-By-Step
|
| 18 |
- Instruction Tuning
|
| 19 |
+
dataset_info:
|
| 20 |
+
config_name: all
|
| 21 |
+
features:
|
| 22 |
+
- name: category
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: question
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: introduction
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: answers
|
| 29 |
+
sequence: string
|
| 30 |
+
- name: short_answers
|
| 31 |
+
sequence: string
|
| 32 |
+
- name: url
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: num_answers
|
| 35 |
+
dtype: int32
|
| 36 |
+
- name: num_refs
|
| 37 |
+
dtype: int32
|
| 38 |
+
- name: expert_author
|
| 39 |
+
dtype: bool
|
| 40 |
+
splits:
|
| 41 |
+
- name: train
|
| 42 |
+
num_bytes: 70513673
|
| 43 |
+
num_examples: 7380
|
| 44 |
+
download_size: 38605450
|
| 45 |
+
dataset_size: 70513673
|
| 46 |
+
configs:
|
| 47 |
+
- config_name: all
|
| 48 |
+
data_files:
|
| 49 |
+
- split: train
|
| 50 |
+
path: all/train-*
|
| 51 |
+
default: true
|
| 52 |
---
|
| 53 |
|
| 54 |
### Dataset Summary
|
all/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:134d448af5f7d3baf754f9cf4c208e097715f4b44d445169d6fdad5329957726
|
| 3 |
+
size 38605450
|