{ | |
"_name_or_path": "klue/roberta-large", | |
"architectures": [ | |
"RobertaForTokenClassification" | |
], | |
"attention_probs_dropout_prob": 0.1, | |
"bos_token_id": 0, | |
"classifier_dropout": null, | |
"eos_token_id": 2, | |
"gradient_checkpointing": false, | |
"hidden_act": "gelu", | |
"hidden_dropout_prob": 0.1, | |
"hidden_size": 1024, | |
"id2label": { | |
"0": "B-PS", | |
"1": "I-PS", | |
"2": "B-AD", | |
"3": "I-AD", | |
"4": "B-CN", | |
"5": "I-CN", | |
"6": "B-BN", | |
"7": "I-BN", | |
"8": "B-DN", | |
"9": "I-DN", | |
"10": "B-RN", | |
"11": "I-RN", | |
"12": "B-PN", | |
"13": "I-PN", | |
"14": "B-PH", | |
"15": "I-PH", | |
"16": "B-EM", | |
"17": "I-EM", | |
"18": "B-DT", | |
"19": "I-DT", | |
"20": "O" | |
}, | |
"initializer_range": 0.02, | |
"intermediate_size": 4096, | |
"label2id": { | |
"B-AD": 2, | |
"B-BN": 6, | |
"B-CN": 4, | |
"B-DN": 8, | |
"B-DT": 18, | |
"B-EM": 16, | |
"B-PH": 14, | |
"B-PN": 12, | |
"B-PS": 0, | |
"B-RN": 10, | |
"I-AD": 3, | |
"I-BN": 7, | |
"I-CN": 5, | |
"I-DN": 9, | |
"I-DT": 19, | |
"I-EM": 17, | |
"I-PH": 15, | |
"I-PN": 13, | |
"I-PS": 1, | |
"I-RN": 11, | |
"O": 20 | |
}, | |
"layer_norm_eps": 1e-05, | |
"max_position_embeddings": 514, | |
"model_type": "roberta", | |
"num_attention_heads": 16, | |
"num_hidden_layers": 24, | |
"pad_token_id": 1, | |
"position_embedding_type": "absolute", | |
"tokenizer_class": "BertTokenizer", | |
"torch_dtype": "float32", | |
"transformers_version": "4.40.2", | |
"type_vocab_size": 1, | |
"use_cache": true, | |
"vocab_size": 32000 | |
} | |