| | --- |
| | language: |
| | - code |
| | license: apache-2.0 |
| | tags: |
| | - code |
| | - gpt2 |
| | - generation |
| | datasets: |
| | - codeparrot/codeparrot-clean |
| | - codeparrot/github-jupyter-code-to-text |
| | --- |
| | |
| | # CodeParrot 🦜 small for text-t-code generation |
| |
|
| | 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). |