zkdeng commited on
Commit
3da0ffe
·
verified ·
1 Parent(s): 9422c18

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': Aedes_aegypti
16
+ '1': Aedes_albopictus
17
+ '2': Aedes_japonicus
18
+ '3': Aedes_notoscriptus
19
+ '4': Aedes_vexans
20
+ '5': Culex_quinquefasciatus
21
+ '6': Psorophora_ciliata
22
+ '7': Psorophora_ferox
23
+ '8': Toxorhynchites_rutilus
24
+ '9': Toxorhynchites_speciosus
25
+ splits:
26
+ - name: train
27
+ num_bytes: 26401027.0
28
+ num_examples: 324
29
+ download_size: 26403656
30
+ dataset_size: 26401027.0
31
+ ---
32
+ # Dataset Card for "top10mosq-300"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)