ebrigham's picture
update
bf6c45d
raw
history blame
1.28 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Renewable energy",
"1": "Sustainability",
"2": "Youth and the world",
"3": "Digital",
"4": "Health and well-being",
"5": "Sports",
"6": "Culture",
"7": "Erasmus",
"8": "Employment",
"9": "Inclusion",
"10": "democratic values",
"11": "Policy dialogues",
"12": "Participation and Engagement"
},
"initializer_range": 0.02,
"label2id": {
"Culture": 6,
"Digital": 3,
"Employment": 8,
"Erasmus": 7,
"Health and well-being": 4,
"Inclusion": 9,
"Participation and Engagement": 12,
"Policy dialogues": 11,
"Renewable energy": 0,
"Sports": 5,
"Sustainability": 1,
"Youth and the world": 2,
"democratic values": 10
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.17.0",
"vocab_size": 30522
}