File size: 950 Bytes
53ae45d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b78cdbe
73d007b
b78cdbe
53ae45d
73d007b
53ae45d
 
73d007b
53ae45d
73d007b
 
53ae45d
 
 
b78cdbe
 
53ae45d
 
 
 
 
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
49
50
51
52
53
54
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: content
    dtype: string
  - name: test
    list:
    - name: input
      struct:
      - name: stdin
        dtype: string
    - name: output
      struct:
      - name: stdout
        dtype: string
  - name: labels
    struct:
    - name: tags
      sequence: string
    - name: title
      dtype: string
  - name: canonical_solution
    struct:
    - name: cpp
      dtype: string
    - name: java
      dtype: string
    - name: python
      dtype: string
  splits:
  - name: train
    num_bytes: 804374752
    num_examples: 13328
  - name: valid
    num_bytes: 12074645
    num_examples: 117
  - name: test
    num_bytes: 6709485
    num_examples: 165
  download_size: 333600082
  dataset_size: 823158882
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---