CoolFace
Datasetpublic

codeparrot/github-jupyter-code-to-text

Dataset description This dataset consists of sequences of Python code followed by a a docstring explaining its function. It was constructed by concatenating code and text pairs from this dataset that were originally code and markdown cells in Jupyter Notebooks. The content of each example the following: [CODE] """ Explanation: [TEXT] End of explanation """ [CODE] """ Explanation: [TEXT] End of explanation """ ... How to use it from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/codeparrot/github-jupyter-code-to-text.

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
27likes870downloads
4 commits on main
7aa921e3y ago

Update README.md (#1)

loubnabnl, smty2018
97dfba44y ago

Update README.md

loubnabnl
a842d994y ago

add files

loubnabnl
edfa9d84y ago

initial commit

loubnabnl