Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
code
Size:
100K - 1M
License:
update readme
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ license:
|
|
| 6 |
- other
|
| 7 |
multilinguality:
|
| 8 |
- monolingual
|
| 9 |
-
pretty_name: github-
|
| 10 |
size_categories:
|
| 11 |
- unknown
|
| 12 |
task_categories:
|
|
@@ -15,4 +15,6 @@ task_ids:
|
|
| 15 |
- language-modeling
|
| 16 |
---
|
| 17 |
|
| 18 |
-
This is a parsed version of [github-jupyter-parsed](https://huggingface.co/datasets/codeparrot/github-jupyter-parsed), with markdown and code pairs. We provide the preprocessing script in [preprocessing.py](https://huggingface.co/datasets/codeparrot/github-jupyter-parsed-v2/blob/main/preprocessing.py).
|
|
|
|
|
|
|
|
|
| 6 |
- other
|
| 7 |
multilinguality:
|
| 8 |
- monolingual
|
| 9 |
+
pretty_name: github-jupyter-text-code-pairs
|
| 10 |
size_categories:
|
| 11 |
- unknown
|
| 12 |
task_categories:
|
|
|
|
| 15 |
- language-modeling
|
| 16 |
---
|
| 17 |
|
| 18 |
+
This is a parsed version of [github-jupyter-parsed](https://huggingface.co/datasets/codeparrot/github-jupyter-parsed), with markdown and code pairs. We provide the preprocessing script in [preprocessing.py](https://huggingface.co/datasets/codeparrot/github-jupyter-parsed-v2/blob/main/preprocessing.py). The data is deduplicated and consists of 451662 examples.
|
| 19 |
+
|
| 20 |
+
For similar datasets with text and Python code, there is [CoNaLa](https://huggingface.co/datasets/neulab/conala) benchmark from StackOverflow, with some samples curated by annotators.
|