xlm-roberta-large-finetuned.../config.json

44 lines
852 B
JSON
Raw Permalink Normal View History

2019-12-19 15:26:31 +00:00
{
2020-04-24 16:07:33 +00:00
"_num_labels": 8,
2020-01-31 23:00:32 +00:00
"architectures": [
"XLMRobertaForTokenClassification"
],
2019-12-19 15:26:31 +00:00
"attention_probs_dropout_prob": 0.1,
2020-04-24 16:07:33 +00:00
"bos_token_id": 0,
"eos_token_id": 2,
2019-12-19 15:26:31 +00:00
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "B-LOC",
"1": "B-MISC",
"2": "B-ORG",
"3": "I-LOC",
"4": "I-MISC",
"5": "I-ORG",
"6": "I-PER",
"7": "O"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"B-LOC": 0,
"B-MISC": 1,
"B-ORG": 2,
"I-LOC": 3,
"I-MISC": 4,
"I-ORG": 5,
"I-PER": 6,
"O": 7
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
2020-04-24 16:07:33 +00:00
"model_type": "xlm-roberta",
2019-12-19 15:26:31 +00:00
"num_attention_heads": 16,
"num_hidden_layers": 24,
"output_past": true,
2020-04-24 16:07:33 +00:00
"pad_token_id": 1,
2019-12-19 15:26:31 +00:00
"type_vocab_size": 1,
"vocab_size": 250002
}