Chandan Akiti commited on
Commit
fe54aba
1 Parent(s): a172a54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -6,7 +6,8 @@ language:
6
  pretty_name: Red Pajama 1T (no CC & C4)
7
  ---
8
 
9
- This dataset is derived from `togethercomputer/RedPajama-Data-1T`. We removed CommonCrawl and C4 from the original RedPajama dataset
 
10
 
11
  ### Getting Started
12
 
@@ -14,7 +15,7 @@ The dataset consists of 2084 jsonl files.
14
  You can download the dataset using HuggingFace:
15
  ```python
16
  from datasets import load_dataset
17
- ds = load_dataset("togethercomputer/RedPajama-Data-1T")
18
  ```
19
 
20
  Or you can directly download the files using the following command:
@@ -39,14 +40,12 @@ RedPajama is a clean-room, fully open-source implementation of the LLaMa dataset
39
 
40
  | Dataset | Token Count |
41
  |---------------|-------------|
42
- | Commoncrawl | 878 Billion |
43
- | C4 | 175 Billion |
44
  | GitHub | 59 Billion |
45
  | Books | 26 Billion |
46
  | ArXiv | 28 Billion |
47
  | Wikipedia | 24 Billion |
48
  | StackExchange | 20 Billion |
49
- | Total | 1.2 Trillion |
50
 
51
  ### Languages
52
 
 
6
  pretty_name: Red Pajama 1T (no CC & C4)
7
  ---
8
 
9
+ We claim no ownership of this repo. This dataset is derived from `togethercomputer/RedPajama-Data-1T`.
10
+ We removed CommonCrawl and C4 from the original RedPajama dataset
11
 
12
  ### Getting Started
13
 
 
15
  You can download the dataset using HuggingFace:
16
  ```python
17
  from datasets import load_dataset
18
+ ds = load_dataset("chandan047/RedPajama-Data-1T-no-cc-c4")
19
  ```
20
 
21
  Or you can directly download the files using the following command:
 
40
 
41
  | Dataset | Token Count |
42
  |---------------|-------------|
 
 
43
  | GitHub | 59 Billion |
44
  | Books | 26 Billion |
45
  | ArXiv | 28 Billion |
46
  | Wikipedia | 24 Billion |
47
  | StackExchange | 20 Billion |
48
+ | Total | 157 Billion |
49
 
50
  ### Languages
51