DeBERTa-DNRTI / config.json
Anonymous
Upload folder using huggingface_hub
b9204e2
{
"_name_or_path": "microsoft/deberta-v3-base",
"architectures": [
"DebertaV2ForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"finetuning_task": "ner",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "B-Area",
"1": "B-Exp",
"2": "B-Features",
"3": "B-HackOrg",
"4": "B-Idus",
"5": "B-OffAct",
"6": "B-Org",
"7": "B-Purp",
"8": "B-SamFile",
"9": "B-SecTeam",
"10": "B-Time",
"11": "B-Tool",
"12": "B-Way",
"13": "I-Area",
"14": "I-Exp",
"15": "I-Features",
"16": "I-HackOrg",
"17": "I-Idus",
"18": "I-OffAct",
"19": "I-Org",
"20": "I-Purp",
"21": "I-SamFile",
"22": "I-SecTeam",
"23": "I-Time",
"24": "I-Tool",
"25": "I-Way",
"26": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Area": 0,
"B-Exp": 1,
"B-Features": 2,
"B-HackOrg": 3,
"B-Idus": 4,
"B-OffAct": 5,
"B-Org": 6,
"B-Purp": 7,
"B-SamFile": 8,
"B-SecTeam": 9,
"B-Time": 10,
"B-Tool": 11,
"B-Way": 12,
"I-Area": 13,
"I-Exp": 14,
"I-Features": 15,
"I-HackOrg": 16,
"I-Idus": 17,
"I-OffAct": 18,
"I-Org": 19,
"I-Purp": 20,
"I-SamFile": 21,
"I-SecTeam": 22,
"I-Time": 23,
"I-Tool": 24,
"I-Way": 25,
"O": 26
},
"layer_norm_eps": 1e-07,
"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.36.0.dev0",
"type_vocab_size": 0,
"vocab_size": 128100
}