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

Model: AI-ModelScope/Chronos-1.5B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-11 10:45:23 +08:00
commit ffba72187c
12 changed files with 694 additions and 0 deletions

23
config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"architectures": ["Qwen2ForCausalLM"],
"model_type": "qwen2",
"vocab_size": 151936,
"hidden_size": 1536,
"intermediate_size": 8960,
"num_hidden_layers": 28,
"num_attention_heads": 12,
"num_key_value_heads": 2,
"max_position_embeddings": 32768,
"torch_dtype": "float16",
"transformers_version": "4.37.0",
"_name_or_path": "WeiboAI/VibeThinker-1.5B",
"use_cache": true,
"tie_word_embeddings": false,
"rope_theta": 1000000.0,
"quantization_config": {
"quantum_kernel": true,
"ibm_backend": "ibm_fez",
"qubits": 2,
"shots": 8192
}
}