shchoi1019
commited on
Upload dataset
Browse files- Data to Text/train-00000-of-00001.parquet +3 -0
- README.md +22 -0
Data to Text/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:609db38b572897465e485bd18d0b41d85bbec3e6424516c1cf4f7e0f1bbbdb44
|
3 |
+
size 3668525
|
README.md
CHANGED
@@ -72,6 +72,24 @@ dataset_info:
|
|
72 |
num_examples: 36990
|
73 |
download_size: 7467468
|
74 |
dataset_size: 33082423
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
- config_name: Grammar Error Detection
|
76 |
features:
|
77 |
- name: instruction
|
@@ -413,6 +431,10 @@ configs:
|
|
413 |
data_files:
|
414 |
- split: train
|
415 |
path: Coreference Resolution/train-*
|
|
|
|
|
|
|
|
|
416 |
- config_name: Grammar Error Detection
|
417 |
data_files:
|
418 |
- split: train
|
|
|
72 |
num_examples: 36990
|
73 |
download_size: 7467468
|
74 |
dataset_size: 33082423
|
75 |
+
- config_name: Data to Text
|
76 |
+
features:
|
77 |
+
- name: instruction
|
78 |
+
dtype: string
|
79 |
+
- name: input
|
80 |
+
dtype: string
|
81 |
+
- name: output
|
82 |
+
dtype: string
|
83 |
+
- name: domain
|
84 |
+
dtype: string
|
85 |
+
- name: lang
|
86 |
+
dtype: string
|
87 |
+
splits:
|
88 |
+
- name: train
|
89 |
+
num_bytes: 21602165
|
90 |
+
num_examples: 37695
|
91 |
+
download_size: 3668525
|
92 |
+
dataset_size: 21602165
|
93 |
- config_name: Grammar Error Detection
|
94 |
features:
|
95 |
- name: instruction
|
|
|
431 |
data_files:
|
432 |
- split: train
|
433 |
path: Coreference Resolution/train-*
|
434 |
+
- config_name: Data to Text
|
435 |
+
data_files:
|
436 |
+
- split: train
|
437 |
+
path: Data to Text/train-*
|
438 |
- config_name: Grammar Error Detection
|
439 |
data_files:
|
440 |
- split: train
|