englund commited on
Commit
82c01aa
·
verified ·
1 Parent(s): 4f74ed2

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: name
7
+ dtype: string
8
+ - name: circuit_type
9
+ dtype: string
10
+ - name: category
11
+ dtype: string
12
+ - name: difficulty
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ '0': easy
17
+ '1': medium
18
+ '2': hard
19
+ '3': expert
20
+ - name: description
21
+ dtype: string
22
+ - name: specifications
23
+ dtype: string
24
+ - name: constraints
25
+ dtype: string
26
+ - name: scoring_weights
27
+ dtype: string
28
+ - name: reference_solution
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 3034
33
+ num_examples: 7
34
+ - name: validation
35
+ num_bytes: 912
36
+ num_examples: 2
37
+ - name: test
38
+ num_bytes: 673
39
+ num_examples: 2
40
+ download_size: 19515
41
+ dataset_size: 4619
42
+ configs:
43
+ - config_name: default
44
+ data_files:
45
+ - split: train
46
+ path: data/train-*
47
+ - split: validation
48
+ path: data/validation-*
49
+ - split: test
50
+ path: data/test-*
51
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2da7ff886995cf8bb942058e10aef2e811c4ada7756c43a23141b5872e44244
3
+ size 5615
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dc32ac14d761efb1562b6e4d38512346a828e95d0d2e03143252aa6ba5bbc8e
3
+ size 7616
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e8d8198567abc9a1e3c01bde01837318b0b9b2982646fedf5fd50389f6b507
3
+ size 6284