|
{ |
|
"_name_or_path": "microsoft/deberta-v3-large", |
|
"architectures": [ |
|
"DebertaV2ForSequenceClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 1024, |
|
"id2label": { |
|
"0": "Award or honorific", |
|
"1": "Birth of baby", |
|
"2": "Committee Appointment", |
|
"3": "Confirmation", |
|
"4": "Death", |
|
"5": "Election results", |
|
"6": "Job change", |
|
"7": "New caucus or caucus membership", |
|
"8": "New leadership PAC", |
|
"9": "New marriage, engagement or divorce", |
|
"10": "New office address", |
|
"11": "Party change", |
|
"12": "Redrawing of district lines", |
|
"13": "Subcommittee assignment", |
|
"14": "Trending staffers", |
|
"15": "Irrelevant" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 4096, |
|
"label2id": { |
|
"Award or honorific": 0, |
|
"Birth of baby": 1, |
|
"Committee Appointment": 2, |
|
"Confirmation": 3, |
|
"Death": 4, |
|
"Election results": 5, |
|
"Irrelevant": 15, |
|
"Job change": 6, |
|
"New caucus or caucus membership": 7, |
|
"New leadership PAC": 8, |
|
"New marriage, engagement or divorce": 9, |
|
"New office address": 10, |
|
"Party change": 11, |
|
"Redrawing of district lines": 12, |
|
"Subcommittee assignment": 13, |
|
"Trending staffers": 14 |
|
}, |
|
"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": 16, |
|
"num_hidden_layers": 24, |
|
"pad_token_id": 0, |
|
"pooler_dropout": 0, |
|
"pooler_hidden_act": "gelu", |
|
"pooler_hidden_size": 1024, |
|
"pos_att_type": [ |
|
"p2c", |
|
"c2p" |
|
], |
|
"position_biased_input": false, |
|
"position_buckets": 256, |
|
"problem_type": "multi_label_classification", |
|
"relative_attention": true, |
|
"share_att_key": true, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.36.2", |
|
"type_vocab_size": 0, |
|
"vocab_size": 128100 |
|
} |
|
|