loubnabnl HF staff commited on
Commit
a6bf982
1 Parent(s): 28a105e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,10 +7,10 @@ tags:
7
  - gpt2
8
  - generation
9
  datasets:
10
- - "codeparrot/codeparrot-clean"
11
- - "codeparrot/github-jupyter-code-to-text"
12
  ---
13
 
14
  # CodeParrot 🦜 small for text-t-code generation
15
 
16
- This model is [CodeParrot-small](https://huggingface.co/codeparrot/codeparrot-small) (from `branch megatron`) Fine-tuned on [github-jupyter-code-to-text](https://huggingface.co/datasets/codeparrot/github-jupyter-code-to-text), a dataset where the samples are a succession of Python code and its explanation as a docstring, originally extracted from Jupyter notebooks parsed in this [dataset](https://huggingface.co/datasets/codeparrot/github-jupyter-parsed).
7
  - gpt2
8
  - generation
9
  datasets:
10
+ - codeparrot/codeparrot-clean
11
+ - codeparrot/github-jupyter-code-to-text
12
  ---
13
 
14
  # CodeParrot 🦜 small for text-t-code generation
15
 
16
+ This model is [CodeParrot-small](https://huggingface.co/codeparrot/codeparrot-small) (from `branch megatron`) fine-tuned on [github-jupyter-code-to-text](https://huggingface.co/datasets/codeparrot/github-jupyter-code-to-text), a dataset where the samples are a succession of Python code and its explanation as a docstring, originally extracted from Jupyter notebooks parsed in this [dataset](https://huggingface.co/datasets/codeparrot/github-jupyter-parsed).