CoolFace
Modelpublic

CLMBR/binding-c-command-transformer-0

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes19downloads
config.json29 linesDownload Raw Back to root
1{2  "_remove_final_layer_norm": false,3  "activation_function": "relu",4  "architectures": [5    "OPTForCausalLM"6  ],7  "attention_dropout": 0.0,8  "bos_token_id": 2,9  "do_layer_norm_before": true,10  "dropout": 0.1,11  "enable_bias": true,12  "eos_token_id": 2,13  "ffn_dim": 768,14  "hidden_size": 768,15  "init_std": 0.02,16  "layer_norm_elementwise_affine": true,17  "layerdrop": 0.0,18  "max_position_embeddings": 512,19  "model_type": "opt",20  "num_attention_heads": 8,21  "num_hidden_layers": 8,22  "pad_token_id": 1,23  "torch_dtype": "float32",24  "transformers_version": "4.33.3",25  "use_cache": true,26  "vocab_size": 50002,27  "word_embed_proj_dim": 76828}29