shchoi1019 commited on
Commit
91cdbab
·
verified ·
1 Parent(s): 81e494a

Upload dataset

Browse files
Files changed (2) hide show
  1. CWSD/train-00000-of-00001.parquet +3 -0
  2. README.md +32 -0
CWSD/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2126ff57ec4b161bb6c130a95d9cf71c048c1cfd1a94b6f00943a82e98e55ecb
3
+ size 5534606
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: CWSD
4
+ features:
5
+ - name: target
6
+ dtype: string
7
+ - name: context
8
+ dtype: string
9
+ - name: A
10
+ dtype: string
11
+ - name: B
12
+ dtype: string
13
+ - name: C
14
+ dtype: string
15
+ - name: D
16
+ dtype: string
17
+ - name: E
18
+ dtype: string
19
+ - name: label
20
+ dtype: int64
21
+ splits:
22
+ - name: train
23
+ num_bytes: 23964203
24
+ num_examples: 16195
25
+ download_size: 5534606
26
+ dataset_size: 23964203
27
+ configs:
28
+ - config_name: CWSD
29
+ data_files:
30
+ - split: train
31
+ path: CWSD/train-*
32
+ ---