Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,38 @@ tags:
|
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
configs:
|
| 11 |
- config_name: stack_effect
|
| 12 |
default: true
|
|
|
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
| 9 |
|
| 10 |
+
dataset_info:
|
| 11 |
+
- config_name: stack_effect
|
| 12 |
+
features:
|
| 13 |
+
- name: code
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: stack_values
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: flag_states
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: return_values
|
| 20 |
+
dtype: string
|
| 21 |
+
- config_name: flag_reach
|
| 22 |
+
features:
|
| 23 |
+
- name: code
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: flag_states
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: stack_values
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: return_values
|
| 30 |
+
dtype: string
|
| 31 |
+
- config_name: result_estimation
|
| 32 |
+
features:
|
| 33 |
+
- name: code
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: return_values
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: stack_values
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: flag_states
|
| 40 |
+
dtype: string
|
| 41 |
+
|
| 42 |
configs:
|
| 43 |
- config_name: stack_effect
|
| 44 |
default: true
|