coronaBERT / config.json
Joesh1's picture
Upload 4 files
2d464b0 verified
{
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Closure and Regulation of Schools",
"1": "External Border Restrictions",
"2": "Health Resources",
"3": "Restriction and Regulation of Businesses",
"4": "Restrictions of Mass Gatherings",
"5": "Social Distancing",
"6": "Anti-Disinformation Measures",
"7": "COVID-19 Vaccines",
"8": "Curfew",
"9": "Declaration of Emergency",
"10": "Health Monitoring",
"11": "Health Testing",
"12": "Hygiene",
"13": "Internal Border Restrictions",
"14": "Lockdown",
"15": "New Task Force, Bureau or Administrative Configuration",
"16": "Public Awareness Measures",
"17": "Quarantine",
"18": "Restriction and Regulation of Government Services"
},
"initializer_range": 0.02,
"label2id": {
"Anti-Disinformation Measures": 6,
"COVID-19 Vaccines": 7,
"Closure and Regulation of Schools": 0,
"Curfew": 8,
"Declaration of Emergency": 9,
"External Border Restrictions": 1,
"Health Monitoring": 10,
"Health Resources": 2,
"Health Testing": 11,
"Hygiene": 12,
"Internal Border Restrictions": 13,
"Lockdown": 14,
"New Task Force, Bureau or Administrative Configuration": 15,
"Public Awareness Measures": 16,
"Quarantine": 17,
"Restriction and Regulation of Businesses": 3,
"Restriction and Regulation of Government Services": 18,
"Restrictions of Mass Gatherings": 4,
"Social Distancing": 5
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.51.3",
"vocab_size": 30522
}