crpaulsen commited on
Commit
1a9e2dd
1 Parent(s): 60822cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -48,6 +48,13 @@ dataset_info:
48
  dataset_size: 842400091
49
  license: c-uda
50
  ---
51
- # Dataset Card for "codexglue_codesearchnet_python"
 
 
 
 
 
 
 
52
 
53
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
48
  dataset_size: 842400091
49
  license: c-uda
50
  ---
51
+ # Dataset Card for "ML4SE23_G8_CodeSearchNet-Python"
52
+
53
+ Dataset used to finetune [WizardCoder-1B-V1.0](https://huggingface.co/WizardLM/WizardCoder-1B-V1.0) on the Code Summarization task.
54
+
55
+ The dataset is a cleaned version of the Python subset from the [CodeXGLUE CodeSearchNet code-to-text dataset](https://huggingface.co/datasets/code_x_glue_ct_code_to_text).
56
+ The original Python subset included the docstring in the `code` column. This dataset has a cleaned `code` column, which contains the original code with the docstring removed.
57
+
58
+ See https://github.com/ML4SE2023/G8-Codex for more details.
59
 
60
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)