loubnabnl HF staff commited on
Commit
544cedc
1 Parent(s): 40bf1b3

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,7 +6,7 @@ license:
6
  - other
7
  multilinguality:
8
  - monolingual
9
- pretty_name: github-markdown-to-code
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.