CoolFace
Datasetpublic

semeru/text-code-CodeSummarization

Dataset Card for "CS_finetuning" Reference @article{Mastropaolo2022TransferLearningForCodeRelatedTasks title={Using Transfer Learning for Code-Related Tasks}, author={Mastropaolo, Antonio and Cooper, Nathan and Nader Palacio, David and Scalabrino, Simone and Poshyvanyk, Denys and Oliveto, Rocco and Bavota, Gabriele}, journal={arXiv preprint arXiv:2206.08574}, year={2022} }

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes11downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: input5    dtype: string6  - name: output7    dtype: string8  splits:9  - name: validation10    num_bytes: 2374271611    num_examples: 10427312  - name: test13    num_bytes: 2082498914    num_examples: 9090815  download_size: 016  dataset_size: 4456770517---18# Dataset Card for "CS_finetuning"19 20## Reference21<pre><code>@article{Mastropaolo2022TransferLearningForCodeRelatedTasks22  title={Using Transfer Learning for Code-Related Tasks},23  author={Mastropaolo, Antonio and Cooper, Nathan and Nader Palacio, David and Scalabrino, Simone and24Poshyvanyk, Denys and Oliveto, Rocco and Bavota, Gabriele},25  journal={arXiv preprint arXiv:2206.08574},26  year={2022}27}</code></pre>