lhoestq HF Staff commited on
Commit
5bf2b86
·
1 Parent(s): 219cbdb

Upload README.md with huggingface_hub

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