shchoi1019
commited on
Upload dataset
Browse files- Code to Text/train-00000-of-00001.parquet +3 -0
- README.md +22 -0
Code to Text/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9365c855bfc8c1891b098b3e2b59ccfb7d35e76b32bf011aa3a98b2643cd030e
|
3 |
+
size 1326411
|
README.md
CHANGED
@@ -36,6 +36,24 @@ dataset_info:
|
|
36 |
num_examples: 51795
|
37 |
download_size: 26434426
|
38 |
dataset_size: 67465958
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
- config_name: Coherence Classification
|
40 |
features:
|
41 |
- name: instruction
|
@@ -477,6 +495,10 @@ configs:
|
|
477 |
data_files:
|
478 |
- split: train
|
479 |
path: Answerability Classification/train-*
|
|
|
|
|
|
|
|
|
480 |
- config_name: Coherence Classification
|
481 |
data_files:
|
482 |
- split: train
|
|
|
36 |
num_examples: 51795
|
37 |
download_size: 26434426
|
38 |
dataset_size: 67465958
|
39 |
+
- config_name: Code to Text
|
40 |
+
features:
|
41 |
+
- name: instruction
|
42 |
+
dtype: string
|
43 |
+
- name: input
|
44 |
+
dtype: string
|
45 |
+
- name: output
|
46 |
+
dtype: string
|
47 |
+
- name: domain
|
48 |
+
dtype: string
|
49 |
+
- name: lang
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
+
num_bytes: 38548880
|
54 |
+
num_examples: 21328
|
55 |
+
download_size: 1326411
|
56 |
+
dataset_size: 38548880
|
57 |
- config_name: Coherence Classification
|
58 |
features:
|
59 |
- name: instruction
|
|
|
495 |
data_files:
|
496 |
- split: train
|
497 |
path: Answerability Classification/train-*
|
498 |
+
- config_name: Code to Text
|
499 |
+
data_files:
|
500 |
+
- split: train
|
501 |
+
path: Code to Text/train-*
|
502 |
- config_name: Coherence Classification
|
503 |
data_files:
|
504 |
- split: train
|