初始化项目,由ModelHub XC社区提供模型

Model: pfnet/Qwen3-1.7B-pfn-qfin
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-17 04:56:09 +08:00
commit 8d51581b51
14 changed files with 204 additions and 0 deletions

1
config.json Normal file
View File

@@ -0,0 +1 @@
{"architectures": ["Qwen3ForCausalLM"], "attention_bias": false, "attention_dropout": 0.0, "bos_token_id": 151643, "eos_token_id": 151643, "head_dim": 128, "hidden_act": "silu", "hidden_size": 2048, "initializer_range": 0.02, "intermediate_size": 6144, "max_position_embeddings": 32768, "max_window_layers": 28, "model_type": "qwen3", "num_attention_heads": 16, "num_hidden_layers": 28, "num_key_value_heads": 8, "rms_norm_eps": 1e-06, "rope_scaling": null, "rope_theta": 1000000, "sliding_window": null, "tie_word_embeddings": true, "torch_dtype": "bfloat16", "transformers_version": "4.51.3", "use_cache": true, "use_sliding_window": false, "vocab_size": 151936}