Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
code
Size:
100K - 1M
License:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators: []
|
3 |
+
language:
|
4 |
+
- code
|
5 |
+
license:
|
6 |
+
- other
|
7 |
+
multilinguality:
|
8 |
+
- monolingual
|
9 |
+
pretty_name: github-markdown-to-code
|
10 |
+
size_categories:
|
11 |
+
- unknown
|
12 |
+
task_categories:
|
13 |
+
- sequence-modeling
|
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).
|