JonasGeiping commited on
Commit
cc34437
1 Parent(s): ac9de11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -119,7 +119,27 @@ This dataset is a filtered, sorted and preprocessed subset of the the-Pile made
119
  Please refer to the specific license depending on the subset you use at https://huggingface.co/datasets/EleutherAI/pile
120
 
121
  ### Citation Information
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
 
 
123
  ```
124
  @article{gao2020pile,
125
  title={The {P}ile: An 800{GB} dataset of diverse text for language modeling},
@@ -133,3 +153,4 @@ Please refer to the specific license depending on the subset you use at https://
133
  journal={arXiv preprint arXiv:2201.07311},
134
  year={2022}
135
  }
 
 
119
  Please refer to the specific license depending on the subset you use at https://huggingface.co/datasets/EleutherAI/pile
120
 
121
  ### Citation Information
122
+ Filtered version for the cramming project:
123
+ ```
124
+ @article{geiping_cramming_2022,
125
+ title = {Cramming: {{Training}} a {{Language Model}} on a {{Single GPU}} in {{One Day}}},
126
+ shorttitle = {Cramming},
127
+ author = {Geiping, Jonas and Goldstein, Tom},
128
+ year = {2022},
129
+ month = dec,
130
+ eprint = {2212.14034},
131
+ primaryclass = {cs},
132
+ publisher = {{arXiv}},
133
+ doi = {10.48550/arXiv.2212.14034},
134
+ url = {http://arxiv.org/abs/2212.14034},
135
+ urldate = {2023-01-10},
136
+ archiveprefix = {arxiv},
137
+ keywords = {Computer Science - Computation and Language,Computer Science - Machine Learning},
138
+ journal = {arxiv:2212.14034[cs]}
139
+ }
140
+ ```
141
 
142
+ Original Data Curation:
143
  ```
144
  @article{gao2020pile,
145
  title={The {P}ile: An 800{GB} dataset of diverse text for language modeling},
 
153
  journal={arXiv preprint arXiv:2201.07311},
154
  year={2022}
155
  }
156
+ ```