Datasets:

Languages:
English
Size Categories:
1B<n<10B
ArXiv:
Tags:
License:
bleysg commited on
Commit
77ed2d7
1 Parent(s): db92d54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -36,14 +36,14 @@ It takes downloading over 400GB of datasets, working around tfds bugs, and then
36
  We provide this repo as a resource to other ML researchers, as it saves these time consuming and laborious steps to getting the data into a more accessible format for further consumption.
37
 
38
 
39
- # FLAN Collection
 
 
40
 
41
  * JSON files at top level are used for subsampling in OpenOrca
42
  * Parquets in subdirectories contain the entire FLAN collection in Dask-sharded folders by submix fractions
43
 
44
 
45
- # Data
46
-
47
  ## Zero-Shot vs Few-Shot and Options vs No-Options
48
 
49
  The core sub-collections of FLAN are `CoT`, `Dialog`, `NIv2`, `T0`, and `flan2021`.
@@ -62,6 +62,9 @@ Notably, this is the largest "remix" and the one that necessitates 512GB CPU ram
62
 
63
  ## Parquet Sizes
64
 
 
 
 
65
  ```
66
  $ du -h --max-depth=1 ./
67
  9.1G ./niv2_fsopt_data
 
36
  We provide this repo as a resource to other ML researchers, as it saves these time consuming and laborious steps to getting the data into a more accessible format for further consumption.
37
 
38
 
39
+ # Data
40
+
41
+ ## Organization
42
 
43
  * JSON files at top level are used for subsampling in OpenOrca
44
  * Parquets in subdirectories contain the entire FLAN collection in Dask-sharded folders by submix fractions
45
 
46
 
 
 
47
  ## Zero-Shot vs Few-Shot and Options vs No-Options
48
 
49
  The core sub-collections of FLAN are `CoT`, `Dialog`, `NIv2`, `T0`, and `flan2021`.
 
62
 
63
  ## Parquet Sizes
64
 
65
+ Each sub-collection's individual remixes are provided as [Parquet](https://huggingface.co/docs/datasets/loading#parquet) files which have been sharded by [Dask](https://huggingface.co/docs/datasets/main/en/filesystems#dask) into ~160MB chunks (starting from 256MB blocks of the source jsonl files).
66
+ The folder structure along with size sums is provided below.
67
+
68
  ```
69
  $ du -h --max-depth=1 ./
70
  9.1G ./niv2_fsopt_data