CoolFace
Modelpublic

KnowLang/graphcodebert-codesearch-python

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes5downloads
config.json24 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  "gradient_checkpointing": false,9  "hidden_act": "gelu",10  "hidden_dropout_prob": 0.1,11  "hidden_size": 768,12  "initializer_range": 0.02,13  "intermediate_size": 3072,14  "layer_norm_eps": 1e-05,15  "max_position_embeddings": 514,16  "model_type": "roberta",17  "num_attention_heads": 12,18  "num_hidden_layers": 12,19  "output_past": true,20  "pad_token_id": 1,21  "type_vocab_size": 1,22  "vocab_size": 5026523}24