Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
smcleish commited on
Commit
1671c5e
·
verified ·
1 Parent(s): 8b268ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -14,4 +14,29 @@ configs:
14
  data_files:
15
  - split: train
16
  path: data/train-*
 
 
 
17
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  data_files:
15
  - split: train
16
  path: data/train-*
17
+ license: odc-by
18
+ language:
19
+ - en
20
  ---
21
+
22
+
23
+ # Gemstone Validation Data
24
+ A 100M token split of [dolma](https://huggingface.co/datasets/allenai/dolma) used as validation data for the [Gemstone Suite of Models](https://huggingface.co/collections/tomg-group-umd/gemstone-models-679408ee3f19f1d4d00e8b10). A set of models trained with varying widths and depths.
25
+
26
+ ## Licence
27
+ Following the Dolma licence this dataset is released under [ODC-BY](https://opendatacommons.org/licenses/by/1-0/).
28
+ By using this dataset, you are also bound any license agreements and terms of use of the original data sources.
29
+
30
+ ## Contact
31
+ Please, feel free to contact us with any questions, or open a discussion thread.
32
+
33
+ # Citation
34
+ ```
35
+ @article{mcleish2024gemstones
36
+ title={Gemstones: A Model Suite for Multi-Faceted Scaling Laws},
37
+ author={Sean McLeish and John Kirchenbauer and David Yu Miller and Siddharth Singh and Abhinav Bhatele and Micah Goldblum and Ashwinee Panda and Tom Goldstein},
38
+ journal={arXiv preprint arXiv:2502.06857},
39
+ year={2025},
40
+ url={https://arxiv.org/abs/2502.06857},
41
+ }
42
+ ```