Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,68 +14,75 @@ dataset_info:
|
|
| 14 |
dtype: string
|
| 15 |
- name: stack_values
|
| 16 |
sequence:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
| 21 |
- name: flag_states
|
| 22 |
sequence:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
|
|
|
| 27 |
- name: return_values
|
| 28 |
sequence:
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
- config_name: flag_reach
|
| 35 |
-
features:
|
| 36 |
- name: code
|
| 37 |
dtype: string
|
| 38 |
- name: stack_values
|
| 39 |
sequence:
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
| 44 |
- name: flag_states
|
| 45 |
sequence:
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
|
|
|
| 50 |
- name: return_values
|
| 51 |
sequence:
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
- config_name: result_estimation
|
| 58 |
features:
|
| 59 |
- name: code
|
| 60 |
dtype: string
|
| 61 |
- name: stack_values
|
| 62 |
sequence:
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
|
|
|
| 67 |
- name: flag_states
|
| 68 |
sequence:
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
|
|
|
| 73 |
- name: return_values
|
| 74 |
sequence:
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
|
|
|
| 79 |
|
| 80 |
configs:
|
| 81 |
- config_name: stack_effect
|
|
|
|
| 14 |
dtype: string
|
| 15 |
- name: stack_values
|
| 16 |
sequence:
|
| 17 |
+
struct:
|
| 18 |
+
- name: type
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: value
|
| 21 |
+
dtype: string
|
| 22 |
- name: flag_states
|
| 23 |
sequence:
|
| 24 |
+
struct:
|
| 25 |
+
- name: flag
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: value
|
| 28 |
+
dtype: bool
|
| 29 |
- name: return_values
|
| 30 |
sequence:
|
| 31 |
+
struct:
|
| 32 |
+
- name: type
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: value
|
| 35 |
+
dtype: string
|
| 36 |
- config_name: flag_reach
|
| 37 |
+
features:
|
| 38 |
- name: code
|
| 39 |
dtype: string
|
| 40 |
- name: stack_values
|
| 41 |
sequence:
|
| 42 |
+
struct:
|
| 43 |
+
- name: type
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: value
|
| 46 |
+
dtype: string
|
| 47 |
- name: flag_states
|
| 48 |
sequence:
|
| 49 |
+
struct:
|
| 50 |
+
- name: flag
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: value
|
| 53 |
+
dtype: bool
|
| 54 |
- name: return_values
|
| 55 |
sequence:
|
| 56 |
+
struct:
|
| 57 |
+
- name: type
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: value
|
| 60 |
+
dtype: string
|
| 61 |
- config_name: result_estimation
|
| 62 |
features:
|
| 63 |
- name: code
|
| 64 |
dtype: string
|
| 65 |
- name: stack_values
|
| 66 |
sequence:
|
| 67 |
+
struct:
|
| 68 |
+
- name: type
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: value
|
| 71 |
+
dtype: string
|
| 72 |
- name: flag_states
|
| 73 |
sequence:
|
| 74 |
+
struct:
|
| 75 |
+
- name: flag
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: value
|
| 78 |
+
dtype: bool
|
| 79 |
- name: return_values
|
| 80 |
sequence:
|
| 81 |
+
struct:
|
| 82 |
+
- name: type
|
| 83 |
+
dtype: string
|
| 84 |
+
- name: value
|
| 85 |
+
dtype: string
|
| 86 |
|
| 87 |
configs:
|
| 88 |
- config_name: stack_effect
|