File size: 975 Bytes
f2751c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2bea435
c34c22d
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: redpajama_set_name
      dtype: string
  splits:
  - name: train
    num_bytes: 0
    num_examples: 590394625
  - name: validation
    num_bytes: 0
    num_examples: 502556
  - name: test
    num_bytes: 0
    num_examples: 502268
  download_size: 1507040721942
  dataset_size: 0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---
As datasets puts limits on the number of calls to huggingface, downloading SlimPajama-627B is problematic as it's composed of a ton of small files. 
I have reuploaded it here as larger chunks to easily download the dataset without having to do anything hacky.

The original dataset can be found here [https://huggingface.co/datasets/cerebras/SlimPajama-627B](https://huggingface.co/datasets/cerebras/SlimPajama-627B)