Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
code
Size:
100K - 1M
License:
Commit
·
bb88e1a
1
Parent(s):
544cedc
Fix task tags (#3)
Browse files- Fix task tags (1928174dcd344fcc5f669995685be7cec39899e4)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -6,13 +6,13 @@ license:
|
|
| 6 |
- other
|
| 7 |
multilinguality:
|
| 8 |
- monolingual
|
| 9 |
-
pretty_name: github-jupyter-text-code-pairs
|
| 10 |
size_categories:
|
| 11 |
- unknown
|
| 12 |
task_categories:
|
| 13 |
-
-
|
| 14 |
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). The data is deduplicated and consists of 451662 examples.
|
|
|
|
| 6 |
- other
|
| 7 |
multilinguality:
|
| 8 |
- monolingual
|
|
|
|
| 9 |
size_categories:
|
| 10 |
- unknown
|
| 11 |
task_categories:
|
| 12 |
+
- text-generation
|
| 13 |
task_ids:
|
| 14 |
- language-modeling
|
| 15 |
+
pretty_name: github-jupyter-text-code-pairs
|
| 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.
|