SkAndMl commited on
Commit
e26502d
1 Parent(s): 5a1c5cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: question_text
6
+ dtype: string
7
+ - name: input_outputs
8
+ dtype: string
9
+ - name: algo_tags
10
+ sequence:
11
+ class_label:
12
+ names:
13
+ '0': brute force
14
+ '1': dynamic programming
15
+ '2': greedy
16
+ '3': math
17
+ '4': search
18
+ splits:
19
+ - name: train
20
+ num_bytes: 6026841
21
+ num_examples: 6477
22
+ download_size: 3052430
23
+ dataset_size: 6026841
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
  ---