monkseal555 commited on
Commit
4105d6b
·
verified ·
1 Parent(s): b940998

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -5
README.md CHANGED
@@ -1,5 +1,50 @@
1
- ---
2
- license: other
3
- license_name: restricted
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: restricted
4
+ license_link: LICENSE
5
+ dataset_info:
6
+ features:
7
+ - name: image
8
+ dtype:
9
+ array2_d:
10
+ shape:
11
+ - 28
12
+ - 28
13
+ dtype: uint8
14
+ - name: hurricane_name
15
+ dtype:
16
+ class_label:
17
+ names:
18
+ '0': Florence
19
+ '1': HNR1
20
+ '2': HNR2
21
+ '3': Ideal3
22
+ '4': Ideal4
23
+ '5': Ideal5
24
+ '6': Maria
25
+ '7': Wilma
26
+ - name: file_type
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ '0': satellite
31
+ - name: wind_speed
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ '0': 105-110
36
+ '1': 110-115
37
+ '2': 115-120
38
+ '3': 135-140
39
+ '4': 40-45
40
+ '5': 90-95
41
+ splits:
42
+ - name: train
43
+ num_bytes: 5544.0
44
+ num_examples: 6
45
+ - name: test
46
+ num_bytes: 1848
47
+ num_examples: 2
48
+ download_size: 13586
49
+ dataset_size: 7392.0
50
+ ---