| { | |
| "architectures": [ | |
| "DebertaV2ForTokenClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "O", | |
| "1": "B-NAME", | |
| "2": "I-NAME", | |
| "3": "B-ADDRESS", | |
| "4": "I-ADDRESS", | |
| "5": "B-PHONE-NO", | |
| "6": "I-PHONE-NO", | |
| "7": "B-BANK-ACCOUNT-NO", | |
| "8": "I-BANK-ACCOUNT-NO", | |
| "9": "B-BANK-ROUTING-NO", | |
| "10": "I-BANK-ROUTING-NO", | |
| "11": "B-CREDIT-CARD-NO", | |
| "12": "I-CREDIT-CARD-NO", | |
| "13": "B-SSN", | |
| "14": "I-SSN" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "B-ADDRESS": "3", | |
| "B-BANK-ACCOUNT-NO": "7", | |
| "B-BANK-ROUTING-NO": "9", | |
| "B-CREDIT-CARD-NO": "11", | |
| "B-NAME": "1", | |
| "B-PHONE-NO": "5", | |
| "B-SSN": "13", | |
| "I-ADDRESS": "4", | |
| "I-BANK-ACCOUNT-NO": "8", | |
| "I-BANK-ROUTING-NO": "10", | |
| "I-CREDIT-CARD-NO": "12", | |
| "I-NAME": "2", | |
| "I-PHONE-NO": "6", | |
| "I-SSN": "14", | |
| "O": "0" | |
| }, | |
| "layer_norm_eps": 1e-07, | |
| "legacy": true, | |
| "max_position_embeddings": 512, | |
| "max_relative_positions": -1, | |
| "model_type": "deberta-v2", | |
| "norm_rel_ebd": "layer_norm", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 12, | |
| "pad_token_id": 0, | |
| "pooler_dropout": 0, | |
| "pooler_hidden_act": "gelu", | |
| "pooler_hidden_size": 768, | |
| "pos_att_type": [ | |
| "p2c", | |
| "c2p" | |
| ], | |
| "position_biased_input": false, | |
| "position_buckets": 256, | |
| "relative_attention": true, | |
| "share_att_key": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.51.1", | |
| "type_vocab_size": 0, | |
| "vocab_size": 251000 | |
| } | |