musabgultekin commited on
Commit
8a2bd11
1 Parent(s): 74ba450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Copied from BAAI/TACO.
2
 
3
  Changes:
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: solutions
7
+ dtype: string
8
+ - name: starter_code
9
+ dtype: string
10
+ - name: input_output
11
+ dtype: string
12
+ - name: difficulty
13
+ dtype: string
14
+ - name: raw_tags
15
+ dtype: string
16
+ - name: name
17
+ dtype: string
18
+ - name: source
19
+ dtype: string
20
+ - name: tags
21
+ dtype: string
22
+ - name: skill_types
23
+ dtype: string
24
+ - name: url
25
+ dtype: string
26
+ - name: Expected Auxiliary Space
27
+ dtype: string
28
+ - name: time_limit
29
+ dtype: string
30
+ - name: date
31
+ dtype: string
32
+ - name: picture_num
33
+ dtype: string
34
+ - name: memory_limit
35
+ dtype: string
36
+ - name: Expected Time Complexity
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 4720792728
41
+ num_examples: 26443
42
+ download_size: 2420334902
43
+ dataset_size: 4720792728
44
+ configs:
45
+ - config_name: default
46
+ data_files:
47
+ - split: train
48
+ path: data/train-*
49
+ ---
50
+
51
  Copied from BAAI/TACO.
52
 
53
  Changes: