Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,28 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
features:
|
| 5 |
- name: task
|
| 6 |
dtype: string
|
|
@@ -23,6 +45,10 @@ dataset_info:
|
|
| 23 |
download_size: 0
|
| 24 |
dataset_size: 6387505
|
| 25 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
- config_name: task_2_plan_optimality
|
| 27 |
data_files:
|
| 28 |
- split: train
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: task_1_plan_generation
|
| 4 |
+
features:
|
| 5 |
+
- name: task
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: prompt_type
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: domain
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: instance_id
|
| 12 |
+
dtype: int64
|
| 13 |
+
- name: example_instance_ids
|
| 14 |
+
sequence: int64
|
| 15 |
+
- name: query
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: ground_truth_plan
|
| 18 |
+
dtype: string
|
| 19 |
+
splits:
|
| 20 |
+
- name: train
|
| 21 |
+
num_bytes: 8849445
|
| 22 |
+
num_examples: 2270
|
| 23 |
+
download_size: 1029082
|
| 24 |
+
dataset_size: 8849445
|
| 25 |
+
- config_name: task_2_plan_optimality
|
| 26 |
features:
|
| 27 |
- name: task
|
| 28 |
dtype: string
|
|
|
|
| 45 |
download_size: 0
|
| 46 |
dataset_size: 6387505
|
| 47 |
configs:
|
| 48 |
+
- config_name: task_1_plan_generation
|
| 49 |
+
data_files:
|
| 50 |
+
- split: train
|
| 51 |
+
path: task_1_plan_generation/train-*
|
| 52 |
- config_name: task_2_plan_optimality
|
| 53 |
data_files:
|
| 54 |
- split: train
|