Text Generation
Transformers
PyTorch
code
gpt2
generation
text-generation-inference
File size: 673 Bytes
0c8f444
28a105e
 
0c8f444
28a105e
 
 
 
 
a6bf982
 
0c8f444
28a105e
 
 
a6bf982
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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).