No longer show the URL of the URL file.
Browse files
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
|
| 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 |
```
|