Datasets:
updated readme
Browse files
README.md
CHANGED
@@ -39,16 +39,17 @@ dataset_info:
|
|
39 |
dtype: image
|
40 |
description: "Image data loaded directly from file."
|
41 |
- name: label
|
42 |
-
dtype:
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
|
|
52 |
description: "Humanitarian classification label for the tweet."
|
53 |
- config_name: informative
|
54 |
splits:
|
@@ -78,10 +79,11 @@ dataset_info:
|
|
78 |
dtype: image
|
79 |
description: "Image data loaded directly from file."
|
80 |
- name: label
|
81 |
-
dtype:
|
82 |
-
|
83 |
-
|
84 |
-
|
|
|
85 |
description: "Informativeness classification label for the tweet."
|
86 |
- config_name: damage
|
87 |
splits:
|
@@ -111,11 +113,12 @@ dataset_info:
|
|
111 |
dtype: image
|
112 |
description: "Image data loaded directly from file."
|
113 |
- name: label
|
114 |
-
dtype:
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
|
|
119 |
description: "Damage severity classification label for the tweet."
|
120 |
configs:
|
121 |
- config_name: humanitarian
|
|
|
39 |
dtype: image
|
40 |
description: "Image data loaded directly from file."
|
41 |
- name: label
|
42 |
+
dtype:
|
43 |
+
class_label:
|
44 |
+
names:
|
45 |
+
'0': affected_individuals
|
46 |
+
'1': infrastructure_and_utility_damage
|
47 |
+
'2': injured_or_dead_people
|
48 |
+
'3': missing_or_found_people
|
49 |
+
'4': not_humanitarian
|
50 |
+
'5': other_relevant_information
|
51 |
+
'6': rescue_volunteering_or_donation_effort
|
52 |
+
'7': vehicle_damage
|
53 |
description: "Humanitarian classification label for the tweet."
|
54 |
- config_name: informative
|
55 |
splits:
|
|
|
79 |
dtype: image
|
80 |
description: "Image data loaded directly from file."
|
81 |
- name: label
|
82 |
+
dtype:
|
83 |
+
class_label:
|
84 |
+
names:
|
85 |
+
'0': informative
|
86 |
+
'1': not_informative
|
87 |
description: "Informativeness classification label for the tweet."
|
88 |
- config_name: damage
|
89 |
splits:
|
|
|
113 |
dtype: image
|
114 |
description: "Image data loaded directly from file."
|
115 |
- name: label
|
116 |
+
dtype:
|
117 |
+
class_label:
|
118 |
+
names:
|
119 |
+
'0': little_or_no_damage
|
120 |
+
'1': mild_damage
|
121 |
+
'2': severe_damage
|
122 |
description: "Damage severity classification label for the tweet."
|
123 |
configs:
|
124 |
- config_name: humanitarian
|