CoolFace
Modelpublic

microsoft/codebert-base-mlm

sourceHugging Faceupdated 4y agoView on Hugging Face
46likes93kdownloads
config.json23 linesDownload Raw Back to root
1{2  "architectures": [3    "RobertaForMaskedLM"4  ],5  "attention_probs_dropout_prob": 0.1,6  "bos_token_id": 0,7  "eos_token_id": 2,8  "hidden_act": "gelu",9  "hidden_dropout_prob": 0.1,10  "hidden_size": 768,11  "initializer_range": 0.02,12  "intermediate_size": 3072,13  "layer_norm_eps": 1e-05,14  "max_position_embeddings": 514,15  "model_type": "roberta",16  "num_attention_heads": 12,17  "num_hidden_layers": 12,18  "output_past": true,19  "pad_token_id": 1,20  "type_vocab_size": 1,21  "vocab_size": 5026522}23