aalkaswan commited on
Commit
8c258a1
1 Parent(s): 3d79b29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -32,7 +32,14 @@ dataset_info:
32
  num_examples: 50000
33
  download_size: 277005224
34
  dataset_size: 1047485296
 
 
 
 
 
 
35
  ---
36
  # Dataset Card for "PY150k"
37
 
38
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
32
  num_examples: 50000
33
  download_size: 277005224
34
  dataset_size: 1047485296
35
+ license: cc0-1.0
36
+ tags:
37
+ - code
38
+ pretty_name: PY150 Line Completion Dataset
39
+ size_categories:
40
+ - 100K<n<1M
41
  ---
42
  # Dataset Card for "PY150k"
43
 
44
+ ## Dataset Summary
45
+ Code Completion dataset created from the code available in [CodeXGlue](https://github.com/microsoft/CodeXGLUE/tree/main/Code-Code/CodeCompletion-line).