Dan Fu
commited on
Commit
·
71d5916
1
Parent(s):
234a0ea
checksums
Browse files
README.md
CHANGED
|
@@ -93,6 +93,20 @@ The Stack Exchange split of the dataset is download from the
|
|
| 93 |
[Internet Archive](https://archive.org/download/stackexchange). Here we only keep the posts from the 28 largest sites,
|
| 94 |
remove html tags, group the posts into question-answer pairs, and order answers by their score.
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
### License
|
| 97 |
Please refer to the licenses of the data subsets you use.
|
| 98 |
|
|
|
|
| 93 |
[Internet Archive](https://archive.org/download/stackexchange). Here we only keep the posts from the 28 largest sites,
|
| 94 |
remove html tags, group the posts into question-answer pairs, and order answers by their score.
|
| 95 |
|
| 96 |
+
### SHA256 Checksums
|
| 97 |
+
|
| 98 |
+
SHA256 checksums for the dataset files for each data source are available here:
|
| 99 |
+
|
| 100 |
+
```
|
| 101 |
+
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/arxiv_SHA256SUMS.txt
|
| 102 |
+
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/book_SHA256SUMS.txt
|
| 103 |
+
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/c4_SHA256SUMS.txt
|
| 104 |
+
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/common_crawl_SHA256SUMS.txt
|
| 105 |
+
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/github_SHA256SUMS.txt
|
| 106 |
+
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/stackexchange_SHA256SUMS.txt
|
| 107 |
+
https://data.together.xyz/redpajama-data-1T/v1.0.0/sha256/wikipedia_SHA256SUMS.txt
|
| 108 |
+
```
|
| 109 |
+
|
| 110 |
### License
|
| 111 |
Please refer to the licenses of the data subsets you use.
|
| 112 |
|