CoolFace
Modelpublic

FINGU-AI/Fingu-instruct-2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes99downloads
config.json34 linesDownload Raw Back to root
1{2  "_name_or_path": "dunzhang/stella_en_1.5B_v5",3  "architectures": [4    "Qwen2Model"5  ],6  "attention_dropout": 0.0,7  "auto_map": {8    "AutoModel": "dunzhang/stella_en_1.5B_v5--modeling_qwen.Qwen2Model",9    "AutoModelForCausalLM": "dunzhang/stella_en_1.5B_v5--modeling_qwen.Qwen2ForCausalLM",10    "AutoModelForSequenceClassification": "dunzhang/stella_en_1.5B_v5--modeling_qwen.Qwen2ForSequenceClassification"11  },12  "bos_token_id": 151643,13  "eos_token_id": 151643,14  "hidden_act": "silu",15  "hidden_size": 1536,16  "initializer_range": 0.02,17  "intermediate_size": 8960,18  "max_position_embeddings": 131072,19  "max_window_layers": 21,20  "model_type": "qwen2",21  "num_attention_heads": 12,22  "num_hidden_layers": 28,23  "num_key_value_heads": 2,24  "rms_norm_eps": 1e-06,25  "rope_theta": 1000000.0,26  "sliding_window": 131072,27  "tie_word_embeddings": false,28  "torch_dtype": "bfloat16",29  "transformers_version": "4.41.2",30  "use_cache": true,31  "use_sliding_window": false,32  "vocab_size": 15164633}34