Muennighoff
commited on
Commit
•
9f2ee5d
1
Parent(s):
bb8c0dc
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
A subset of [CommitPack](https://huggingface.co/datasets/bigcode/commitpack) used for pretraining [SantaCoderPack](https://huggingface.co/bigcode/santacoderpack) from the OctoPack paper.
|
2 |
|
3 |
-
It focuses on data where the code before + special token + code after fits into 8192 tokens and on 6 languages.
|
|
|
1 |
A subset of [CommitPack](https://huggingface.co/datasets/bigcode/commitpack) used for pretraining [SantaCoderPack](https://huggingface.co/bigcode/santacoderpack) from the OctoPack paper.
|
2 |
|
3 |
+
It focuses on data where the code before + special token + code after fits into 8192 tokens and on 6 languages. The data is in commit format (cf): `<commit_before>code_before<commit_message>commit_message<commit_after>code_after`.
|