tensorboy commited on
Commit
283fb1f
·
verified ·
1 Parent(s): b6325e5

Upload BertForSequenceClassification

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google-bert/bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -23,15 +23,15 @@
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "Coronavirus": 0,
27
- "Disaster": 7,
28
- "Earthquake": 1,
29
- "Extreme Heat": 2,
30
- "Fire": 3,
31
- "Flood": 4,
32
- "Sunstroke": 8,
33
- "Terrorist Attack": 5,
34
- "Thunder": 6
35
  },
36
  "layer_norm_eps": 1e-12,
37
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "tensorboy/disaster_classifier_1",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
+ "0": "Coronavirus",
27
+ "1": "Earthquake",
28
+ "2": "Extreme Heat",
29
+ "3": "Fire",
30
+ "4": "Flood",
31
+ "5": "Terrorist Attack",
32
+ "6": "Thunder",
33
+ "7": "Disaster",
34
+ "8": "Sunstroke"
35
  },
36
  "layer_norm_eps": 1e-12,
37
  "max_position_embeddings": 512,