Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
sileod commited on
Commit
24d1ac5
1 Parent(s): 9c49110

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: task_2_plan_optimality
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: 6387505
22
+ num_examples: 1692
23
+ download_size: 711783
24
+ dataset_size: 6387505
25
+ configs:
26
+ - config_name: task_2_plan_optimality
27
+ data_files:
28
+ - split: train
29
+ path: task_2_plan_optimality/train-*
30
+ ---
31
+ # Dataset Card for "planbench"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)