| { | |
| "_name_or_path": "hfl/chinese-roberta-wwm-ext", | |
| "architectures": [ | |
| "BertForTokenClassification" | |
| ], | |
| "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, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "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", | |
| "transformers_version": "4.51.3", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 21128, | |
| "id2label": { | |
| "0": "O", | |
| "1": "B-address", | |
| "2": "I-address", | |
| "3": "B-book", | |
| "4": "I-book", | |
| "5": "B-company", | |
| "6": "I-company", | |
| "7": "B-game", | |
| "8": "I-game", | |
| "9": "B-government", | |
| "10": "I-government", | |
| "11": "B-movie", | |
| "12": "I-movie", | |
| "13": "B-name", | |
| "14": "I-name", | |
| "15": "B-organization", | |
| "16": "I-organization", | |
| "17": "B-position", | |
| "18": "I-position", | |
| "19": "B-scene", | |
| "20": "I-scene" | |
| }, | |
| "label2id": { | |
| "O": 0, | |
| "B-address": 1, | |
| "I-address": 2, | |
| "B-book": 3, | |
| "I-book": 4, | |
| "B-company": 5, | |
| "I-company": 6, | |
| "B-game": 7, | |
| "I-game": 8, | |
| "B-government": 9, | |
| "I-government": 10, | |
| "B-movie": 11, | |
| "I-movie": 12, | |
| "B-name": 13, | |
| "I-name": 14, | |
| "B-organization": 15, | |
| "I-organization": 16, | |
| "B-position": 17, | |
| "I-position": 18, | |
| "B-scene": 19, | |
| "I-scene": 20 | |
| } | |
| } | |