Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
iperbole commited on
Commit
090a9ab
1 Parent(s): 4c393a7

Upload dataset

Browse files
ADG/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c08aeabc343956bd498d084798fb98c4f6052529b4be49b9dcdd16339a47f8d
3
+ size 39888
ADG/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86473246513c137aba1847613558ad0ca8051d84d54d7c19e6c74363ccce9571
3
+ size 271007
ADG/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11481f4284009a52f17bb7bb65e981c53fbd49cdc2ce177bab8f21a7db325d0d
3
+ size 64310
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: ADG
4
+ features:
5
+ - name: sentence_id
6
+ dtype: int64
7
+ - name: text
8
+ dtype: string
9
+ - name: target_entity
10
+ dtype: string
11
+ - name: choices
12
+ sequence: string
13
+ - name: label
14
+ dtype: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 890615
18
+ num_examples: 3201
19
+ - name: validation
20
+ num_bytes: 206589
21
+ num_examples: 759
22
+ - name: test
23
+ num_bytes: 138360
24
+ num_examples: 470
25
+ download_size: 375205
26
+ dataset_size: 1235564
27
+ configs:
28
+ - config_name: ADG
29
+ data_files:
30
+ - split: train
31
+ path: ADG/train-*
32
+ - split: validation
33
+ path: ADG/validation-*
34
+ - split: test
35
+ path: ADG/test-*
36
+ ---