File size: 1,731 Bytes
182f52a
 
76dcc23
182f52a
 
fdc8adf
182f52a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
afbb77c
 
 
 
76dcc23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6d6e94e
 
 
 
182f52a
 
 
 
 
76dcc23
 
 
 
182f52a
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
dataset_info:
- config_name: cpp
  features:
  - name: question_id
    dtype: int64
  - name: name
    dtype: string
  - name: content
    dtype: string
  - name: acRate
    dtype: float64
  - name: difficulty
    dtype: string
  - name: topics
    sequence: string
  - name: runtimeDistribution
    dtype: string
  - name: memoryDistribution
    dtype: string
  - name: rt_list
    list:
    - name: code
      dtype: string
    - name: runtime
      dtype: string
  - name: rt_solution_count
    dtype: int64
  - name: mm_list
    list:
    - name: code
      dtype: string
    - name: memory
      dtype: string
  - name: mm_solution_count
    dtype: int64
  splits:
  - name: train
    num_bytes: 342922583
    num_examples: 2480
  download_size: 94990280
  dataset_size: 342922583
- config_name: python3
  features:
  - name: question_id
    dtype: int64
  - name: name
    dtype: string
  - name: content
    dtype: string
  - name: acRate
    dtype: float64
  - name: difficulty
    dtype: string
  - name: topics
    sequence: string
  - name: runtimeDistribution
    dtype: string
  - name: memoryDistribution
    dtype: string
  - name: rt_list
    list:
    - name: code
      dtype: string
    - name: runtime
      dtype: string
  - name: rt_solution_count
    dtype: int64
  - name: mm_list
    list:
    - name: code
      dtype: string
    - name: memory
      dtype: string
  - name: mm_solution_count
    dtype: int64
  splits:
  - name: train
    num_bytes: 250201716
    num_examples: 2481
  download_size: 66067363
  dataset_size: 250201716
configs:
- config_name: cpp
  data_files:
  - split: train
    path: cpp/train-*
- config_name: python3
  data_files:
  - split: train
    path: python3/train-*
---