Muennighoff
commited on
Commit
•
1a0e1ac
1
Parent(s):
e4f39bf
Update commitpack.py
Browse files- commitpack.py +12 -3
commitpack.py
CHANGED
@@ -21,9 +21,18 @@ def get_paths():
|
|
21 |
json.dump(files, f)
|
22 |
return files
|
23 |
|
24 |
-
_CITATION = """
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
URL = "https://huggingface.co/datasets/bigcode/commitpack/resolve/main/paths.json"
|
29 |
|
|
|
21 |
json.dump(files, f)
|
22 |
return files
|
23 |
|
24 |
+
_CITATION = """\
|
25 |
+
@article{muennighoff2023octopack,
|
26 |
+
title={OctoPack: Instruction Tuning Code Large Language Models},
|
27 |
+
author={Niklas Muennighoff and Qian Liu and Armel Zebaze and Qinkai Zheng and Binyuan Hui and Terry Yue Zhuo and Swayam Singh and Xiangru Tang and Leandro von Werra and Shayne Longpre},
|
28 |
+
journal={arXiv preprint arXiv:2308.07124},
|
29 |
+
year={2023}
|
30 |
+
}
|
31 |
+
"""
|
32 |
+
|
33 |
+
_DESCRIPTION = """\
|
34 |
+
CommitPack is is a 4TB dataset of commits scraped from GitHub repositories that are permissively licensed.
|
35 |
+
"""
|
36 |
|
37 |
URL = "https://huggingface.co/datasets/bigcode/commitpack/resolve/main/paths.json"
|
38 |
|