初始化项目,由ModelHub XC社区提供模型
Model: AIChenKai/TinyLlama-1.1B-Chat-v1.0-x2-MoE Source: Original Platform
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal 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: [""]
|
||||
```
|
||||
Reference in New Issue
Block a user