PY-AI-Dev commited on
Commit
5e960b4
·
verified ·
1 Parent(s): 897b312

Upload dataset

Browse files
README.md CHANGED
@@ -130,6 +130,32 @@ dataset_info:
130
  num_examples: 150
131
  download_size: 53759
132
  dataset_size: 83563
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  configs:
134
  - config_name: arithmetic
135
  data_files:
@@ -171,4 +197,12 @@ configs:
171
  path: vocabulary/validation-*
172
  - split: test
173
  path: vocabulary/test-*
 
 
 
 
 
 
 
 
174
  ---
 
130
  num_examples: 150
131
  download_size: 53759
132
  dataset_size: 83563
133
+ - config_name: word_analogy
134
+ features:
135
+ - name: id
136
+ dtype: string
137
+ - name: question
138
+ dtype: string
139
+ - name: choices
140
+ sequence: string
141
+ - name: answer
142
+ dtype: int64
143
+ - name: category
144
+ dtype: string
145
+ - name: difficulty
146
+ dtype: string
147
+ splits:
148
+ - name: train
149
+ num_bytes: 26152
150
+ num_examples: 200
151
+ - name: validation
152
+ num_bytes: 19575
153
+ num_examples: 150
154
+ - name: test
155
+ num_bytes: 19362
156
+ num_examples: 150
157
+ download_size: 25920
158
+ dataset_size: 65089
159
  configs:
160
  - config_name: arithmetic
161
  data_files:
 
197
  path: vocabulary/validation-*
198
  - split: test
199
  path: vocabulary/test-*
200
+ - config_name: word_analogy
201
+ data_files:
202
+ - split: train
203
+ path: word_analogy/train-*
204
+ - split: validation
205
+ path: word_analogy/validation-*
206
+ - split: test
207
+ path: word_analogy/test-*
208
  ---
word_analogy/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64d065034848c49053f55d9b17fba43443555d94844d6041eb505142078b93d5
3
+ size 8132
word_analogy/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a1199cf5b58cf8c424f1adafd9de8a20fbb4c6c2a708e1119be9af57ae8acc2
3
+ size 9557
word_analogy/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70aae8cf50a0b5d2fa66d76a6d7cb2b0bd89c500d25b444578d7544bf1601102
3
+ size 8231