Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- GautamR/disaster_classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
library_name: transformers
|
10 |
+
pipeline_tag: text-classification
|
11 |
---
|
12 |
+
|
13 |
+
|
14 |
+
Label to disaster mapping :
|
15 |
+
{'Coronavirus': 0,
|
16 |
+
'Earthquake': 1,
|
17 |
+
'Extreme Heat': 2,
|
18 |
+
'Fire': 3,
|
19 |
+
'Flood': 4,
|
20 |
+
'Terrorist Attack': 5,
|
21 |
+
'Thunder': 6}
|