0uz2z's picture
Training in progress, epoch 3
eb603a9 verified
{
"_name_or_path": "FacebookAI/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": "0",
"1": "B-Rating",
"2": "I-Rating",
"3": "B-Amenity",
"4": "I-Amenity",
"5": "B-Location",
"6": "I-Location",
"7": "B-Restaurant_Name",
"8": "I-Restaurant_Name",
"9": "B-Price",
"10": "B-Hours",
"11": "I-Hours",
"12": "B-Dish",
"13": "I-Dish",
"14": "B-Cuisine",
"15": "I-Price",
"16": "I-Cuisine"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"0": 0,
"B-Amenity": 3,
"B-Cuisine": 14,
"B-Dish": 12,
"B-Hours": 10,
"B-Location": 5,
"B-Price": 9,
"B-Rating": 1,
"B-Restaurant_Name": 7,
"I-Amenity": 4,
"I-Cuisine": 16,
"I-Dish": 13,
"I-Hours": 11,
"I-Location": 6,
"I-Price": 15,
"I-Rating": 2,
"I-Restaurant_Name": 8
},
"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.38.2",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 250002
}