dmargutierrez's picture
Training in progress, epoch 1
ca9bcf6
raw
history blame
1.55 kB
{
"_name_or_path": "xlm-roberta-large",
"architectures": [
"XLMRobertaForTokenClassification"
],
"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": 1024,
"id2label": {
"0": "O",
"1": "B-FOOD",
"2": "I-FOOD",
"3": "B-QUANTITY",
"4": "I-QUANTITY",
"5": "B-UNIT",
"6": "I-UNIT",
"7": "B-PROCESS",
"8": "I-PROCESS",
"9": "B-PHYSICAL_QUALITY",
"10": "I-PHYSICAL_QUALITY",
"11": "B-COLOR",
"12": "I-COLOR",
"13": "B-TASTE",
"14": "I-TASTE",
"15": "B-PURPOSE",
"16": "I-PURPOSE",
"17": "B-PART",
"18": "I-PART"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"B-COLOR": 11,
"B-FOOD": 1,
"B-PART": 17,
"B-PHYSICAL_QUALITY": 9,
"B-PROCESS": 7,
"B-PURPOSE": 15,
"B-QUANTITY": 3,
"B-TASTE": 13,
"B-UNIT": 5,
"I-COLOR": 12,
"I-FOOD": 2,
"I-PART": 18,
"I-PHYSICAL_QUALITY": 10,
"I-PROCESS": 8,
"I-PURPOSE": 16,
"I-QUANTITY": 4,
"I-TASTE": 14,
"I-UNIT": 6,
"O": 0
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "xlm-roberta",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.26.0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}