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

Model: AIChenKai/TinyLlama-1.1B-Chat-v1.0-x2-MoE
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-10 15:22:19 +08:00
commit 04f2c0c44c
9 changed files with 93555 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
---
license: apache-2.0
---
Testing model.
Config:
```
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
gate_mode: hidden
dtype: bfloat16
experts:
- source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
positive_prompts: [""]
- source_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
positive_prompts: [""]
```