liswei commited on
Commit
06876b7
·
1 Parent(s): b935cbc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': araucaria_excelsa
11
+ '1': chinese_fan_palm
12
+ '2': chinese_hackberry
13
+ '3': chinese_tallow_tree
14
+ '4': comphor_tree
15
+ '5': formosan_sweet_gum
16
+ '6': honduras_mahogany
17
+ '7': hoop_pine
18
+ '8': indian_walnut
19
+ '9': indigenous_cinnamon_tree
20
+ '10': macaranga
21
+ '11': marabutan
22
+ '12': royal_palm
23
+ '13': silk_floss_tree
24
+ '14': white_barkfig
25
+ splits:
26
+ - name: train
27
+ num_bytes: 720396640.0
28
+ num_examples: 224
29
+ - name: test
30
+ num_bytes: 429531935.0
31
+ num_examples: 132
32
+ - name: validation
33
+ num_bytes: 406231409.0
34
+ num_examples: 122
35
+ download_size: 1554491709
36
+ dataset_size: 1556159984.0
37
+ ---
38
+ # Dataset Card for "NTU-Stem"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)