File size: 2,205 Bytes
e911c39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "_name_or_path": "distilroberta-base",
  "architectures": [
    "RobertaForSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "eos_token_id": 2,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "Anti-Disinformation Measures",
    "1": "Closure and Regulation of Schools",
    "10": "Lockdown",
    "11": "New Task Force, Bureau or Administrative Configuration",
    "12": "Other Policy Not Listed Above",
    "13": "Public Awareness Measures",
    "14": "Quarantine",
    "15": "Restriction and Regulation of Businesses",
    "16": "Restriction and Regulation of Government Services",
    "17": "Restrictions of Mass Gatherings",
    "18": "Social Distancing",
    "19": "COVID-19 Vaccines",
    "2": "Curfew",
    "20": "Other",
    "3": "Declaration of Emergency",
    "4": "External Border Restrictions",
    "5": "Health Monitoring",
    "6": "Health Resources",
    "7": "Health Testing",
    "8": "Hygiene",
    "9": "Internal Border Restrictions"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "Anti-Disinformation Measures": 0,
    "COVID-19 Vaccines": 19,
    "Closure and Regulation of Schools": 1,
    "Curfew": 2,
    "Declaration of Emergency": 3,
    "External Border Restrictions": 4,
    "Health Monitoring": 5,
    "Health Resources": 6,
    "Health Testing": 7,
    "Hygiene": 8,
    "Internal Border Restrictions": 9,
    "Lockdown": 10,
    "New Task Force, Bureau or Administrative Configuration": 11,
    "Other": 20,
    "Other Policy Not Listed Above": 12,
    "Public Awareness Measures": 13,
    "Quarantine": 14,
    "Restriction and Regulation of Businesses": 15,
    "Restriction and Regulation of Government Services": 16,
    "Restrictions of Mass Gatherings": 17,
    "Social Distancing": 18
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "roberta",
  "num_attention_heads": 12,
  "num_hidden_layers": 6,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "transformers_version": "4.3.2",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 50265
}