peter2000's picture
Training in progress, epoch 1
20ed9d5
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "sdg_1",
"1": "sdg_10",
"2": "sdg_11",
"3": "sdg_12",
"4": "sdg_13",
"5": "sdg_14",
"6": "sdg_15",
"7": "sdg_2",
"8": "sdg_3",
"9": "sdg_4",
"10": "sdg_5",
"11": "sdg_6",
"12": "sdg_7",
"13": "sdg_8",
"14": "sdg_9"
},
"initializer_range": 0.02,
"label2id": {
"sdg_1": 0,
"sdg_10": 1,
"sdg_11": 2,
"sdg_12": 3,
"sdg_13": 4,
"sdg_14": 5,
"sdg_15": 6,
"sdg_2": 7,
"sdg_3": 8,
"sdg_4": 9,
"sdg_5": 10,
"sdg_6": 11,
"sdg_7": 12,
"sdg_8": 13,
"sdg_9": 14
},
"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.19.2",
"vocab_size": 30522
}