CoolFace
Modelpublic

Mar2Ding/songcomposer_sft

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
16likes148downloads
config.json37 linesDownload Raw Back to root
1{2  "architectures": [3    "InternLM2ForCausalLM"4  ],5  "attn_implementation": "eager",6  "auto_map": {7    "AutoConfig": "configuration_internlm.InternLMConfig",8    "AutoModel": "modeling_internlm2.InternLM2ForCausalLM",9    "AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM"10  },11  "bias": false,12  "bos_token_id": 1,13  "eos_token_id": 2,14  "hidden_act": "silu",15  "hidden_size": 4096,16  "initializer_range": 0.02,17  "intermediate_size": 14336,18  "max_length": 2048,19  "max_position_embeddings": 32768,20  "model_type": "internlm",21  "num_attention_heads": 32,22  "num_hidden_layers": 32,23  "num_key_value_heads": 8,24  "pad_token_id": 2,25  "rms_norm_eps": 1e-05,26  "rope_scaling": {27    "factor": 1.0,28    "type": "dynamic"29  },30  "rope_theta": 1000000,31  "tie_word_embeddings": false,32  "torch_dtype": "float16",33  "transformers_version": "4.31.0",34  "use_cache": false,35  "vocab_size": 9319436}37