CoolFace
Modelpublic

microsoft/deberta-v2-xxlarge

sourceHugging Facemitupdated 4y agoView on Hugging Face
34likes4.6kdownloads
config.json26 linesDownload Raw Back to root
1{2	"model_type": "deberta-v2",3	"attention_probs_dropout_prob": 0.1,4	"hidden_act": "gelu",5	"hidden_dropout_prob": 0.1,6	"hidden_size": 1536,7	"initializer_range": 0.02,8	"intermediate_size": 6144,9	"max_position_embeddings": 512,10	"relative_attention": true,11	"position_buckets": 256,12	"norm_rel_ebd": "layer_norm",13	"share_att_key": true,14	"pos_att_type": "p2c|c2p",15	"layer_norm_eps": 1e-7,16	"conv_kernel_size": 3,17	"conv_act": "gelu",18	"max_relative_positions": -1,19	"position_biased_input": false,20	"num_attention_heads": 24,21	"attention_head_size": 64,22	"num_hidden_layers": 48,23	"type_vocab_size": 0,24	"vocab_size": 12810025}26