初始化项目,由ModelHub XC社区提供模型
Model: Qwen/Qwen-7B Source: Original Platform
This commit is contained in:
37
config.json
Normal file
37
config.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"architectures": [
|
||||
"QWenLMHeadModel"
|
||||
],
|
||||
"auto_map": {
|
||||
"AutoConfig": "configuration_qwen.QWenConfig",
|
||||
"AutoModelForCausalLM": "modeling_qwen.QWenLMHeadModel"
|
||||
},
|
||||
"attn_dropout_prob": 0.0,
|
||||
"bf16": false,
|
||||
"emb_dropout_prob": 0.0,
|
||||
"fp16": false,
|
||||
"fp32": false,
|
||||
"hidden_size": 4096,
|
||||
"intermediate_size": 22016,
|
||||
"initializer_range": 0.02,
|
||||
"kv_channels": 128,
|
||||
"layer_norm_epsilon": 1e-06,
|
||||
"max_position_embeddings": 32768,
|
||||
"model_type": "qwen",
|
||||
"no_bias": true,
|
||||
"num_attention_heads": 32,
|
||||
"num_hidden_layers": 32,
|
||||
"onnx_safe": null,
|
||||
"rotary_emb_base": 10000,
|
||||
"rotary_pct": 1.0,
|
||||
"scale_attn_weights": true,
|
||||
"seq_length": 8192,
|
||||
"tie_word_embeddings": false,
|
||||
"tokenizer_class": "QWenTokenizer",
|
||||
"transformers_version": "4.32.0",
|
||||
"use_cache": true,
|
||||
"use_dynamic_ntk": true,
|
||||
"use_flash_attn": "auto",
|
||||
"use_logn_attn": true,
|
||||
"vocab_size": 151936
|
||||
}
|
||||
Reference in New Issue
Block a user