Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,57 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: image_id
|
6 |
+
dtype: string
|
7 |
+
- name: event_name
|
8 |
+
dtype: string
|
9 |
+
- name: image_path
|
10 |
+
dtype: string
|
11 |
+
- name: damage_severity
|
12 |
+
dtype:
|
13 |
+
class_label:
|
14 |
+
names:
|
15 |
+
'0': little_or_none
|
16 |
+
'1': mild
|
17 |
+
'2': severe
|
18 |
+
- name: informative
|
19 |
+
dtype:
|
20 |
+
class_label:
|
21 |
+
names:
|
22 |
+
'0': informative
|
23 |
+
'1': not_informative
|
24 |
+
- name: humanitarian
|
25 |
+
dtype:
|
26 |
+
class_label:
|
27 |
+
names:
|
28 |
+
'0': affected_injured_or_dead_people
|
29 |
+
'1': infrastructure_and_utility_damage
|
30 |
+
'2': not_humanitarian
|
31 |
+
'3': rescue_volunteering_or_donation_effort
|
32 |
+
- name: disaster_types
|
33 |
+
dtype:
|
34 |
+
class_label:
|
35 |
+
names:
|
36 |
+
'0': earthquake
|
37 |
+
'1': flood
|
38 |
+
'2': hurricane
|
39 |
+
'3': fire
|
40 |
+
'4': landslide
|
41 |
+
'5': not_disaster
|
42 |
+
'6': other_disaster
|
43 |
+
- name: image
|
44 |
+
dtype: image
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 5790001694.059
|
48 |
+
num_examples: 49353
|
49 |
+
- name: dev
|
50 |
+
num_bytes: 1742338023.733
|
51 |
+
num_examples: 6157
|
52 |
+
- name: test
|
53 |
+
num_bytes: 4929381972.12
|
54 |
+
num_examples: 15688
|
55 |
+
download_size: 10940045294
|
56 |
+
dataset_size: 12461721689.911999
|
57 |
+
---
|