neindochoh commited on
Commit
71db8a9
1 Parent(s): 400bf34

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: image.embedding
12
+ sequence: float32
13
+ length: 2
14
+ splits:
15
+ - name: train
16
+ num_bytes: 480000
17
+ num_examples: 60000
18
+ - name: test
19
+ num_bytes: 80000
20
+ num_examples: 10000
21
+ download_size: 778427
22
+ dataset_size: 560000
23
+ ---
24
+ # Dataset Card for "spotlight-mnist-enrichment"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)