File size: 1,576 Bytes
41ca7de |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
{
"_name_or_path": "studio-ousia/mluke-large-lite",
"architectures": [
"LukeForEntitySpanClassification"
],
"attention_probs_dropout_prob": 0.1,
"bert_model_name": "xlm-roberta-large",
"bos_token_id": 0,
"classifier_dropout": null,
"cls_entity_prediction": false,
"deepspeed_transformer_layer_args": {},
"entity_emb_size": 256,
"entity_vocab_size": 4,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "<none>",
"1": "DEICTIC",
"2": "FAC_NAME",
"3": "FAC_NOM",
"4": "FAC_ORG",
"5": "LINE_NAME",
"6": "LINE_NOM",
"7": "LOC_NAME",
"8": "LOC_NOM",
"9": "LOC_ORG",
"10": "LOC_OR_FAC",
"11": "TRANS_NAME",
"12": "TRANS_NOM"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"<none>": 0,
"DEICTIC": 1,
"FAC_NAME": 2,
"FAC_NOM": 3,
"FAC_ORG": 4,
"LINE_NAME": 5,
"LINE_NOM": 6,
"LOC_NAME": 7,
"LOC_NOM": 8,
"LOC_ORG": 9,
"LOC_OR_FAC": 10,
"TRANS_NAME": 11,
"TRANS_NOM": 12
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "luke",
"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.30.1",
"type_vocab_size": 1,
"use_cache": true,
"use_deepspeed_transformer_layer": false,
"use_entity_aware_attention": false,
"vocab_size": 250004
}
|