peter2000's picture
Training in progress, epoch 1
18ec43c
{
"_name_or_path": "xlm-roberta-base",
"architectures": [
"XLMRobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"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,
"intermediate_size": 3072,
"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
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "xlm-roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.19.2",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}