Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
sileod commited on
Commit
6620bbe
·
verified ·
1 Parent(s): 2a4af81

Apply prettyorder to default config

Browse files
README.md CHANGED
@@ -83,7 +83,7 @@ configs:
83
 
84
  This repository provides NumGLUE in a normalized Parquet layout for convenient loading from Hugging Face Datasets.
85
 
86
- The default `all` config is balanced for unified training and evaluation: each NumGLUE type contributes at most 1,000 examples per split. The `type_1` through `type_8` configs expose each original NumGLUE type separately at full size with the same column schema as `all`.
87
 
88
  ## Usage
89
 
 
83
 
84
  This repository provides NumGLUE in a normalized Parquet layout for convenient loading from Hugging Face Datasets.
85
 
86
+ The default `all` config is balanced for unified training and evaluation: each NumGLUE type contributes at most 1,000 examples per split. It is ordered with `prettyorder` on `type`, using a 3-example interleaved prefix followed by a seeded shuffle (`seed=42`) of the remaining rows. The `type_1` through `type_8` configs expose each original NumGLUE type separately at full size with the same column schema as `all`.
87
 
88
  ## Usage
89
 
data/all/test.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a445bd2ce255a75aac6e7acfa3cfd82e4e95192ad7a51fe990b1d64aa2384573
3
- size 838692
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85bb94165d4b71e372bb2904b68129e73fd4555c3b7c45c2c7ea25650912ec9d
3
+ size 871665
data/all/train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1476225f2bf6a97b5822b6f5379e1cb83e4e615bb3d495d02c13f0f48e276eaf
3
- size 1688803
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2963a6bcdcfcc37b445904575296987663aff8cb7f7981c044b24edc7023d09
3
+ size 1836932
data/all/validation.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1476a31a7a870ca8222d70dbf45753853ebd267e7e7bf11ec4dedef92ca6f0f
3
- size 649793
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95b5269a5279fc8b6959ecd16a9b5724cbf9e6695ea1ff797a116907c7d96bb9
3
+ size 666542