File size: 906 Bytes
339b784
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e0fd525
 
 
fbd6202
 
 
 
 
339b784
 
 
 
 
e0fd525
 
fbd6202
 
339b784
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
dataset_info:
  features:
  - name: name
    dtype: string
  - name: description
    dtype: string
  - name: public_tests
    struct:
    - name: input
      sequence: string
    - name: output
      sequence: string
  - name: private_tests
    struct:
    - name: input
      sequence: string
    - name: output
      sequence: string
  - name: solution_type
    dtype: string
  - name: programming_language
    dtype: string
  - name: solution
    dtype: string
  splits:
  - name: train
    num_bytes: 243325073835
    num_examples: 13086199
  - name: test
    num_bytes: 1002995714
    num_examples: 65753
  - name: valid
    num_bytes: 2650695693
    num_examples: 58488
  download_size: 37389624916
  dataset_size: 246978765242
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: valid
    path: data/valid-*
---