CoolFace
Modelpublic

DUTIR-BioNLP/Taiyi-LLM

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
8likes37downloads
config.json40 linesDownload Raw Back to root
1{2  "_name_or_path": "/home/Users/guoj/BIO_LLM/New_qwen/Qwen/Qwen-7B",3  "architectures": [4    "QWenLMHeadModel"5  ],6  "attn_dropout_prob": 0.0,7  "auto_map": {8    "AutoConfig": "configuration_qwen.QWenConfig",9    "AutoModelForCausalLM": "modeling_qwen.QWenLMHeadModel"10  },11  "bf16": true,12  "emb_dropout_prob": 0.0,13  "fp16": false,14  "fp32": false,15  "hidden_size": 4096,16  "initializer_range": 0.02,17  "intermediate_size": 22016,18  "kv_channels": 128,19  "layer_norm_epsilon": 1e-06,20  "max_position_embeddings": 8192,21  "model_type": "qwen",22  "no_bias": true,23  "num_attention_heads": 32,24  "num_hidden_layers": 32,25  "onnx_safe": null,26  "rotary_emb_base": 10000,27  "rotary_pct": 1.0,28  "scale_attn_weights": true,29  "seq_length": 2048,30  "tie_word_embeddings": false,31  "tokenizer_type": "QWenTokenizer",32  "torch_dtype": "bfloat16",33  "transformers_version": "4.31.0",34  "use_cache": true,35  "use_dynamic_ntk": true,36  "use_flash_attn": true,37  "use_logn_attn": true,38  "vocab_size": 15193639}40