|
{ |
|
"_name_or_path": "hfl/chinese-roberta-wwm-ext", |
|
"architectures": [ |
|
"BertForSequenceClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"bos_token_id": 0, |
|
"classifier_dropout": null, |
|
"directionality": "bidi", |
|
"eos_token_id": 2, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "\u6559\u80b2", |
|
"1": "\u8d22\u7ecf", |
|
"2": "\u623f\u4ea7", |
|
"3": "\u65c5\u6e38", |
|
"4": "\u79d1\u6280", |
|
"5": "\u4f53\u80b2", |
|
"6": "\u6e38\u620f", |
|
"7": "\u6587\u5316", |
|
"8": "\u6c7d\u8f66", |
|
"9": "\u6545\u4e8b", |
|
"10": "\u5a31\u4e50", |
|
"11": "\u519b\u4e8b", |
|
"12": "\u519c\u4e1a", |
|
"13": "\u56fd\u9645", |
|
"14": "\u8bc1\u5238" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"\u4f53\u80b2": 5, |
|
"\u519b\u4e8b": 11, |
|
"\u519c\u4e1a": 12, |
|
"\u56fd\u9645": 13, |
|
"\u5a31\u4e50": 10, |
|
"\u623f\u4ea7": 2, |
|
"\u6545\u4e8b": 9, |
|
"\u6559\u80b2": 0, |
|
"\u6587\u5316": 7, |
|
"\u65c5\u6e38": 3, |
|
"\u6c7d\u8f66": 8, |
|
"\u6e38\u620f": 6, |
|
"\u79d1\u6280": 4, |
|
"\u8bc1\u5238": 14, |
|
"\u8d22\u7ecf": 1 |
|
}, |
|
"layer_norm_eps": 1e-12, |
|
"max_position_embeddings": 512, |
|
"model_type": "bert", |
|
"num_attention_heads": 12, |
|
"num_hidden_layers": 12, |
|
"output_past": true, |
|
"pad_token_id": 0, |
|
"pooler_fc_size": 768, |
|
"pooler_num_attention_heads": 12, |
|
"pooler_num_fc_layers": 3, |
|
"pooler_size_per_head": 128, |
|
"pooler_type": "first_token_transform", |
|
"position_embedding_type": "absolute", |
|
"problem_type": "single_label_classification", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.25.1", |
|
"type_vocab_size": 2, |
|
"use_cache": true, |
|
"vocab_size": 21128 |
|
} |
|
|