yeonjooooni
commited on
Commit
•
97c6488
1
Parent(s):
12bbdb3
Upload dataset
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Each instruction is generated from Instruction_generation_two_shot in question_generation file.
|
2 |
These are the number of tasks for each site.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: task
|
10 |
+
dtype: string
|
11 |
+
- name: web_name
|
12 |
+
dtype: string
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
num_bytes: 16798
|
16 |
+
num_examples: 130
|
17 |
+
download_size: 8477
|
18 |
+
dataset_size: 16798
|
19 |
+
---
|
20 |
Each instruction is generated from Instruction_generation_two_shot in question_generation file.
|
21 |
These are the number of tasks for each site.
|
22 |
|