albertvillanova HF staff commited on
Commit
ad0bf49
1 Parent(s): 9e629d7

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -29,16 +29,16 @@ dataset_info:
29
  sequence: string
30
  splits:
31
  - name: train
32
- num_bytes: 128312061
33
  num_examples: 12934
34
  - name: validation
35
- num_bytes: 30259174
36
  num_examples: 7189
37
  - name: test
38
- num_bytes: 43027956
39
  num_examples: 8268
40
- download_size: 126856519
41
- dataset_size: 201599191
42
  - config_name: python
43
  features:
44
  - name: id
@@ -56,6 +56,15 @@ dataset_info:
56
  num_examples: 50000
57
  download_size: 199067128
58
  dataset_size: 1018297663
 
 
 
 
 
 
 
 
 
59
  ---
60
  # Dataset Card for "code_x_glue_cc_code_completion_token"
61
 
 
29
  sequence: string
30
  splits:
31
  - name: train
32
+ num_bytes: 128312045
33
  num_examples: 12934
34
  - name: validation
35
+ num_bytes: 30259166
36
  num_examples: 7189
37
  - name: test
38
+ num_bytes: 43027948
39
  num_examples: 8268
40
+ download_size: 31320339
41
+ dataset_size: 201599159
42
  - config_name: python
43
  features:
44
  - name: id
 
56
  num_examples: 50000
57
  download_size: 199067128
58
  dataset_size: 1018297663
59
+ configs:
60
+ - config_name: java
61
+ data_files:
62
+ - split: train
63
+ path: java/train-*
64
+ - split: validation
65
+ path: java/validation-*
66
+ - split: test
67
+ path: java/test-*
68
  ---
69
  # Dataset Card for "code_x_glue_cc_code_completion_token"
70
 
java/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97514e34366dc824ff71e472fbdfdf992019b036d849cf11fc458618db219d5b
3
+ size 6543103
java/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ed2b347f7fef51b39e454873acf4ebed067df6c7fb2b3d0a446212c3dd02b06
3
+ size 19617199
java/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e031afbd9871fe73dccaf3967012feac00baf1d3e5794d0319034a42a9456d17
3
+ size 5160037