vamshi0317 commited on
Commit
64a500d
·
verified ·
1 Parent(s): bdaa79b

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Problem ID
5
+ dtype: string
6
+ - name: Problem Description
7
+ dtype: string
8
+ - name: Rating
9
+ dtype: float64
10
+ - name: math
11
+ dtype: bool
12
+ - name: greedy
13
+ dtype: bool
14
+ - name: implementation
15
+ dtype: bool
16
+ - name: dp
17
+ dtype: bool
18
+ - name: data structures
19
+ dtype: bool
20
+ - name: constructive algorithms
21
+ dtype: bool
22
+ - name: combinatorics
23
+ dtype: bool
24
+ - name: trees
25
+ dtype: bool
26
+ - name: strings
27
+ dtype: bool
28
+ - name: graphs
29
+ dtype: bool
30
+ - name: __index_level_0__
31
+ dtype: int64
32
+ splits:
33
+ - name: train
34
+ num_bytes: 16882249
35
+ num_examples: 7141
36
+ - name: validation
37
+ num_bytes: 2148485
38
+ num_examples: 893
39
+ - name: test
40
+ num_bytes: 2125395
41
+ num_examples: 893
42
+ download_size: 9541926
43
+ dataset_size: 21156129
44
+ configs:
45
+ - config_name: default
46
+ data_files:
47
+ - split: train
48
+ path: data/train-*
49
+ - split: validation
50
+ path: data/validation-*
51
+ - split: test
52
+ path: data/test-*
53
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdce71dacfa2091ab714992c7da009b13c87db634b06f880a62d71150c7a0fbb
3
+ size 942792
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943e9651d29e9983cba52d1df5d89d29370ba32f3d3282c25eec837ceb42821c
3
+ size 7628836
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996263654409784127d23b3fd009679553eb774808d49aae3b27f30c232a732a
3
+ size 970298