Skip to content

Commit f565d15

Browse files
committed
improve spark graph performance by not using my own code :spark:
1 parent 82835a3 commit f565d15

File tree

8 files changed

+1213
-258
lines changed

8 files changed

+1213
-258
lines changed

CITATION.bib

Whitespace-only changes.

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,26 @@ Because the google repo is licensed under Apache 2.0, I have to update from MIT.
228228
## License
229229

230230
[Apache 2.0](https://duckduckgo.com/l/?uddg=https%3A%2F%2Fwww.apache.org%2Flicenses%2FLICENSE%2D2.0.html&rut=617d395c7a807de85e5707aca1f765e5b69a1627ed84c0aefa950e54e00a3094)
231+
232+
## Citations
233+
234+
Generally, you can cite this repository as:
235+
236+
```bibtex
237+
238+
```
239+
240+
The spark version was born from [BigCode (Apache 2.0)](https://github.com/bigcode-project) and [BigScience (Apache 2.0)](https://github.com/bigscience-workshop), and you can cite the original paper if you want:
241+
242+
```bibtex
243+
@article{
244+
kocetkov2023the,
245+
title={The Stack: 3 {TB} of permissively licensed source code},
246+
author={Denis Kocetkov and Raymond Li and Loubna Ben allal and Jia LI and Chenghao Mou and Yacine Jernite and Margaret Mitchell and Carlos Mu{\~n}oz Ferrandis and Sean Hughes and Thomas Wolf and Dzmitry Bahdanau and Leandro Von Werra and Harm de Vries},
247+
journal={Transactions on Machine Learning Research},
248+
issn={2835-8856},
249+
year={2023},
250+
url={https://openreview.net/forum?id=pxpbTdUEpD},
251+
note={}
252+
}
253+
```

0 commit comments

Comments
 (0)