Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
Punchwe commited on
Commit
39b54fa
·
verified ·
1 Parent(s): dda1289

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: mcd1
4
+ data_files:
5
+ - split: train
6
+ path: mcd1/train-*
7
+ dataset_info:
8
+ config_name: mcd1
9
+ features:
10
+ - name: commands
11
+ dtype: string
12
+ - name: actions
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 1435200
17
+ num_examples: 8365
18
+ download_size: 279628
19
+ dataset_size: 1435200
20
+ ---
21
+ # Dataset Card for "SCAN_MCDSplits"
22
+
23
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)