loubnabnl HF staff albertvillanova HF staff commited on
Commit
bb88e1a
1 Parent(s): 544cedc

Fix task tags (#3)

Browse files

- Fix task tags (1928174dcd344fcc5f669995685be7cec39899e4)


Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
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
- - 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). 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.