TnT commited on
Commit
49d27b9
·
1 Parent(s): 571b275

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -8,4 +8,34 @@ tags:
8
  - code
9
  size_categories:
10
  - 10K<n<100K
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - code
9
  size_categories:
10
  - 10K<n<100K
11
+ dataset_info:
12
+ features:
13
+ - name: problem_id
14
+ dtype: string
15
+ - name: user_id
16
+ dtype: string
17
+ - name: time_limit
18
+ dtype: float64
19
+ - name: memory_limit
20
+ dtype: float64
21
+ - name: problem_description
22
+ dtype: string
23
+ - name: codes
24
+ dtype: string
25
+ - name: status
26
+ dtype: string
27
+ - name: submission_ids
28
+ dtype: string
29
+ - name: memories
30
+ dtype: string
31
+ - name: cpu_times
32
+ dtype: string
33
+ - name: code_sizes
34
+ dtype: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 48170725.753185816
38
+ num_examples: 35100
39
+ download_size: 13872274
40
+ dataset_size: 48170725.753185816
41
+ ---