The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/apcl/funcom-java-long/funcom-java-long.py or any data file in the same directory. Couldn't find 'apcl/funcom-java-long' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in apcl/funcom-java-long. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1508, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/apcl/funcom-java-long/funcom-java-long.py or any data file in the same directory. Couldn't find 'apcl/funcom-java-long' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in apcl/funcom-java-long.

Need help to make the dataset viewer work? Open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

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 = function id

funcom_train.tar.gz -- a compressed directory for training set with the text inside this folder whose filename = function id

funcom_val.tar.gz -- a compressed directory for validation set with the text inside this folder whose filename = function id

train.bin; val.bin -- bin files for training in the format above.

test.bin; bin file with the test data in the format above.

Downloads last month
0
Edit dataset card