Jakir057 commited on
Commit
4cc4add
1 Parent(s): 392081b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
12
+ dtype: image
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': '10'
18
+ '1': '100'
19
+ '2': '1000'
20
+ '3': '2'
21
+ '4': '20'
22
+ '5': '200'
23
+ '6': '5'
24
+ '7': '50'
25
+ '8': '500'
26
+ splits:
27
+ - name: train
28
+ num_bytes: 62693081.95
29
+ num_examples: 7650
30
+ - name: test
31
+ num_bytes: 11383838.7
32
+ num_examples: 1350
33
+ download_size: 74957422
34
+ dataset_size: 74076920.65
35
+ ---
36
+ # Dataset Card for "augmented_notes_9000"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)