mattjordan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -41,4 +41,27 @@ configs:
|
|
41 |
data_files:
|
42 |
- split: train
|
43 |
path: data/wiki/*
|
44 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
data_files:
|
42 |
- split: train
|
43 |
path: data/wiki/*
|
44 |
+
---
|
45 |
+
|
46 |
+
#OLMo 1124 Pretraining set
|
47 |
+
Collection of data used to train OLMo2-1124 models. The majority of this dataset comes from DCLM-Baseline with no additional filtering, but we provide the explicit breakdowns below.
|
48 |
+
|
49 |
+
| Name | Tokens | Bytes (uncompressed) | Documents | License |
|
50 |
+
|-----------------|--------|----------------------|-----------|-----------|
|
51 |
+
| DCLM-Baseline | 3.70T | 21.3TB | 2.95B | CC-BY-4.0 |
|
52 |
+
| Arxiv | 20.8M | 77.2GB | 3.95M | ODC-BY |
|
53 |
+
| pes2o | 58.6B | 412GB | 38M | ODC-BY |
|
54 |
+
| starcoder | 83.0B | 458GB | 78.7M | ODC-BY |
|
55 |
+
| Algebraic-stack | 11.8B | 44.0GB | 2.83M | ODC-BY |
|
56 |
+
| OpenWebMath | 12.2B | 47.23GB | 2.89M | ODC-BY |
|
57 |
+
| Wiki | 3.66B | 18.1GB | 6.17M | ODC-BY |
|
58 |
+
| Total | 3.90T | 22.4TB | 3.08M | ODC-BY |
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
Please refer to the OLMo2 Tech Report for further details.
|
64 |
+
|
65 |
+
## Licensing Information
|
66 |
+
|
67 |
+
This **collection** is released under the **Open Data Commons Attribution License (ODC-By) v1.0** [license](https://opendatacommons.org/licenses/by/1-0/). The use of this dataset is also subject to [CommonCrawl's Terms of Use](https://commoncrawl.org/terms-of-use).
|