File size: 506 Bytes
b3da96e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"config": {
"activation_function": "tanh",
"dropout_prob": null,
"head_type": "tagging",
"label2id": {
"B-LOC": 5,
"B-ORG": 3,
"B-PER": 1,
"I-LOC": 6,
"I-ORG": 4,
"I-PER": 2,
"O": 0
},
"layers": 1,
"num_labels": 7
},
"hidden_size": 1024,
"model_class": "XLMRobertaAdapterModel",
"model_name": "APARSIN/multilingual-e5-large-aparsin-v2",
"model_type": "xlm-roberta",
"name": "WIKIANN_NER",
"version": "adapters.1.3.0"
} |