初始化项目,由ModelHub XC社区提供模型
Model: Chickaboo/ChickaQ-V2-Large-Beta Source: Original Platform
This commit is contained in:
52
README.md
Normal file
52
README.md
Normal file
@@ -0,0 +1,52 @@
|
||||
---
|
||||
base_model:
|
||||
- vilm/Quyen-mini-v0.1
|
||||
- Qwen/Qwen1.5-1.8B-Chat
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
license: mit
|
||||
---
|
||||
# Models in the ChickaQ family
|
||||
- **ChickaQ (0.5B)**
|
||||
- **ChickaQ-Large (1.8B)**
|
||||
|
||||
- **ChickaQ-V2-Beta (0.9B)**
|
||||
- **ChickaQ-V2-Large-Beta (3B)**
|
||||
# mergedmodel
|
||||
|
||||
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
||||
|
||||
## Merge Details
|
||||
### Merge Method
|
||||
|
||||
This model was merged using the passthrough merge method.
|
||||
|
||||
### Models Merged
|
||||
|
||||
The following models were included in the merge:
|
||||
* [vilm/Quyen-mini-v0.1](https://huggingface.co/vilm/Quyen-mini-v0.1)
|
||||
* [Qwen/Qwen1.5-1.8B-Chat](https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat)
|
||||
|
||||
### Configuration
|
||||
|
||||
The following YAML configuration was used to produce this model:
|
||||
|
||||
```yaml
|
||||
slices:
|
||||
- sources:
|
||||
- model: Qwen/Qwen1.5-1.8B-Chat
|
||||
layer_range: [0, 24]
|
||||
- sources:
|
||||
- model: vilm/Quyen-mini-v0.1
|
||||
layer_range: [0, 24]
|
||||
merge_method: passthrough
|
||||
dtype: bfloat16
|
||||
|
||||
```
|
||||
### License
|
||||
---
|
||||
license: mit
|
||||
license_link: [mit](https://mit-license.org/)
|
||||
---
|
||||
Reference in New Issue
Block a user