CoolFace
Datasetpublic

apcl/funcom-java-long

funcom-java-long funcom-java-long is a dataset for code summarization presented by Bansal et al. It includes 170k Java methods and summaries for training and 8,192 Java methods in test set. This dataset is extracted from jm52m and is cleaned and deduplicated. The example prompt for fine-tuning is as follows. TDAT: <method code> COMMENT: <comment> <!endofdoc> funcom_test.tar.gz -- a compressed directory for test set with the text inside this folder whose filename =… See the full description on the dataset page: https://huggingface.co/datasets/apcl/funcom-java-long.

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes56downloads
README.md12 linesDownload Raw Back to root
1# funcom-java-long2 3funcom-java-long is a dataset for code summarization presented by Bansal et al. It includes 170k Java methods and summaries for training and 8,192 Java methods in test set. This dataset is extracted from jm52m and is cleaned and deduplicated. The example prompt for fine-tuning is as follows.4 5- TDAT: \<method code\> COMMENT: \<comment\> \<!endofdoc\>6 7### funcom_test.tar.gz -- a compressed directory for test set with the text inside this folder whose filename = function id8### funcom_train.tar.gz -- a compressed directory for training set with the text inside this folder whose filename = function id9### funcom_val.tar.gz --  a compressed directory for validation set with the text inside this folder whose filename = function id10### train.bin; val.bin -- bin files for training in the format above.11### test.bin; bin file with the test data in the format above.12