csris commited on
Commit
844c518
1 Parent(s): 753f485

No longer show the URL of the URL file.

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -13,12 +13,7 @@ RedPajama is a clean-room, fully open-source implementation of the LLaMa dataset
13
  | StackExchange | 20 Billion |
14
  | Total | 1.2 Trillion |
15
 
16
- The dataset consists of 2084 jsonl files, whose URLs are listed in the following file:
17
- ```
18
- https://data.together.xyz/redpajama-data-1T/v1.0.0/urls.txt
19
- ```
20
-
21
- To download the data, once can use the following command:
22
  ```
23
  wget -i https://data.together.xyz/redpajama-data-1T/v1.0.0/urls.txt
24
  ```
 
13
  | StackExchange | 20 Billion |
14
  | Total | 1.2 Trillion |
15
 
16
+ The dataset consists of 2084 jsonl files. Download the entire dataset using the following command:
 
 
 
 
 
17
  ```
18
  wget -i https://data.together.xyz/redpajama-data-1T/v1.0.0/urls.txt
19
  ```