ebrigham's picture
First model version
6c71162
raw
history blame
1.51 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": "n/a",
"1": "culture",
"2": "digital",
"3": "employment",
"4": "renewable energy",
"5": "natural sustainability",
"6": "studying abroad",
"7": "policy dialogues",
"8": "youth and the world",
"9": "education and training",
"10": "disinformation and fake news",
"11": "health and well-being",
"12": "research and innovation",
"13": "participation and engagement",
"14": "inclusion and democratic values"
},
"initializer_range": 0.02,
"label2id": {
"culture": 1,
"digital": 2,
"disinformation and fake news": 10,
"education and training": 9,
"employment": 3,
"health and well-being": 11,
"inclusion and democratic values": 14,
"n/a": 0,
"natural sustainability": 5,
"participation and engagement": 13,
"policy dialogues": 7,
"renewable energy": 4,
"research and innovation": 12,
"studying abroad": 6,
"youth and the world": 8
},
"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
}