CoolFace
Modelpublic

pglee/github-issue-classifier

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes27downloads
config.json42 linesDownload Raw Back to root
1{2  "_name_or_path": "microsoft/deberta-v3-small",3  "architectures": [4    "DebertaV2ForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "hidden_act": "gelu",8  "hidden_dropout_prob": 0.1,9  "hidden_size": 768,10  "id2label": {11    "0": "LABEL_0"12  },13  "initializer_range": 0.02,14  "intermediate_size": 3072,15  "label2id": {16    "LABEL_0": 017  },18  "layer_norm_eps": 1e-07,19  "max_position_embeddings": 512,20  "max_relative_positions": -1,21  "model_type": "deberta-v2",22  "norm_rel_ebd": "layer_norm",23  "num_attention_heads": 12,24  "num_hidden_layers": 6,25  "pad_token_id": 0,26  "pooler_dropout": 0,27  "pooler_hidden_act": "gelu",28  "pooler_hidden_size": 768,29  "pos_att_type": [30    "p2c",31    "c2p"32  ],33  "position_biased_input": false,34  "position_buckets": 256,35  "relative_attention": true,36  "share_att_key": true,37  "torch_dtype": "float32",38  "transformers_version": "4.20.1",39  "type_vocab_size": 0,40  "vocab_size": 12810041}42