| { | |
| "architectures": ["DebertaV2ForSequenceClassification"], | |
| "model_type": "deberta-v2", | |
| "tokenizer_class": "DebertaV2Tokenizer", | |
| "max_position_embeddings": 512, | |
| "hidden_size": 384, | |
| "num_attention_heads": 6, | |
| "num_hidden_layers": 6, | |
| "intermediate_size": 1536, | |
| "type_vocab_size": 0, | |
| "vocab_size": 128100, | |
| "num_labels": 3, | |
| "id2label": { | |
| "0": "allow", | |
| "1": "deny", | |
| "2": "abstain" | |
| }, | |
| "label2id": { | |
| "allow": 0, | |
| "deny": 1, | |
| "abstain": 2 | |
| }, | |
| "problem_type": "single_label_classification", | |
| "torch_dtype": "float32" | |
| } | |