CoolFace
Modelpublic

infly/OpenCoder-1.5B-Base

sourceHugging Faceotherupdated 2y agoView on Hugging Face
25likes507downloads
config.json29 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "attention_bias": false,6  "attention_dropout": 0.0,7  "bos_token_id": 1,8  "eos_token_id": 96539,9  "hidden_act": "silu",10  "hidden_size": 2240,11  "initializer_range": 0.02,12  "intermediate_size": 6144,13  "max_position_embeddings": 4096,14  "mlp_bias": false,15  "model_type": "llama",16  "num_attention_heads": 14,17  "num_hidden_layers": 24,18  "num_key_value_heads": 14,19  "pretraining_tp": 1,20  "rms_norm_eps": 1e-05,21  "rope_scaling": null,22  "rope_theta": 10000.0,23  "tie_word_embeddings": false,24  "torch_dtype": "bfloat16",25  "transformers_version": "4.44.2",26  "use_cache": true,27  "vocab_size": 9664028}29