mauriceweber
commited on
Commit
•
398f925
1
Parent(s):
2794082
update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,6 @@ RedPajama is a clean-room, fully open-source implementation of the LLaMa dataset
|
|
47 |
| Commoncrawl | 878 Billion |
|
48 |
| C4 | 175 Billion |
|
49 |
| GitHub | 59 Billion |
|
50 |
-
| Books | 26 Billion |
|
51 |
| ArXiv | 28 Billion |
|
52 |
| Wikipedia | 24 Billion |
|
53 |
| StackExchange | 20 Billion |
|
@@ -65,7 +64,7 @@ The dataset structure is as follows:
|
|
65 |
{
|
66 |
"text": ...,
|
67 |
"meta": {"url": "...", "timestamp": "...", "source": "...", "language": "...", ...},
|
68 |
-
"red_pajama_subset": "common_crawl" | "c4" | "github" | "
|
69 |
}
|
70 |
```
|
71 |
|
@@ -118,7 +117,6 @@ SHA256 checksums for the dataset files for each data source are available here:
|
|
118 |
|
119 |
```
|
120 |
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/arxiv_SHA256SUMS.txt
|
121 |
-
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/book_SHA256SUMS.txt
|
122 |
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/c4_SHA256SUMS.txt
|
123 |
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/common_crawl_SHA256SUMS.txt
|
124 |
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/github_SHA256SUMS.txt
|
@@ -144,7 +142,6 @@ Please refer to the licenses of the data subsets you use.
|
|
144 |
* [Common Crawl Foundation Terms of Use](https://commoncrawl.org/terms-of-use/full/)
|
145 |
* [C4 license](https://huggingface.co/datasets/allenai/c4#license)
|
146 |
* GitHub was limited to MIT, BSD, or Apache licenses only
|
147 |
-
* Books: [the_pile_books3 license](https://huggingface.co/datasets/the_pile_books3#licensing-information) and [pg19 license](https://huggingface.co/datasets/pg19#licensing-information)
|
148 |
* [ArXiv Terms of Use](https://info.arxiv.org/help/api/tou.html)
|
149 |
* [Wikipedia License](https://huggingface.co/datasets/wikipedia#licensing-information)
|
150 |
* [StackExchange license on the Internet Archive](https://archive.org/details/stackexchange)
|
|
|
47 |
| Commoncrawl | 878 Billion |
|
48 |
| C4 | 175 Billion |
|
49 |
| GitHub | 59 Billion |
|
|
|
50 |
| ArXiv | 28 Billion |
|
51 |
| Wikipedia | 24 Billion |
|
52 |
| StackExchange | 20 Billion |
|
|
|
64 |
{
|
65 |
"text": ...,
|
66 |
"meta": {"url": "...", "timestamp": "...", "source": "...", "language": "...", ...},
|
67 |
+
"red_pajama_subset": "common_crawl" | "c4" | "github" | "arxiv" | "wikipedia" | "stackexchange"
|
68 |
}
|
69 |
```
|
70 |
|
|
|
117 |
|
118 |
```
|
119 |
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/arxiv_SHA256SUMS.txt
|
|
|
120 |
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/c4_SHA256SUMS.txt
|
121 |
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/common_crawl_SHA256SUMS.txt
|
122 |
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/github_SHA256SUMS.txt
|
|
|
142 |
* [Common Crawl Foundation Terms of Use](https://commoncrawl.org/terms-of-use/full/)
|
143 |
* [C4 license](https://huggingface.co/datasets/allenai/c4#license)
|
144 |
* GitHub was limited to MIT, BSD, or Apache licenses only
|
|
|
145 |
* [ArXiv Terms of Use](https://info.arxiv.org/help/api/tou.html)
|
146 |
* [Wikipedia License](https://huggingface.co/datasets/wikipedia#licensing-information)
|
147 |
* [StackExchange license on the Internet Archive](https://archive.org/details/stackexchange)
|