初始化项目,由ModelHub XC社区提供模型
Model: yamatazen/NeonMaid-12B Source: Original Platform
This commit is contained in:
50
README.md
Normal file
50
README.md
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
base_model:
|
||||
- Delta-Vector/Francois-PE-V2-Huali-12B
|
||||
- Delta-Vector/Ohashi-NeMo-12B
|
||||
- yamatazen/Orihime-12B
|
||||
- yamatazen/ForgottenMaid-12B
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
- chatml
|
||||
language:
|
||||
- en
|
||||
- ja
|
||||
---
|
||||

|
||||
# NeonMaid-12B
|
||||
|
||||
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [yamatazen/Orihime-12B](https://huggingface.co/yamatazen/Orihime-12B) as a base.
|
||||
|
||||
### Models Merged
|
||||
|
||||
The following models were included in the merge:
|
||||
* C:\Users\yamat\Desktop\text-generation-webui\user_data\models\ForgottenMaid-12B
|
||||
* [Delta-Vector/Francois-PE-V2-Huali-12B](https://huggingface.co/Delta-Vector/Francois-PE-V2-Huali-12B)
|
||||
* [Delta-Vector/Ohashi-NeMo-12B](https://huggingface.co/Delta-Vector/Ohashi-NeMo-12B)
|
||||
|
||||
### Configuration
|
||||
|
||||
The following YAML configuration was used to produce this model:
|
||||
|
||||
```yaml
|
||||
base_model: yamatazen/Orihime-12B
|
||||
models:
|
||||
- model: C:\Users\yamat\Desktop\text-generation-webui\user_data\models\ForgottenMaid-12B
|
||||
- model: Delta-Vector/Ohashi-NeMo-12B
|
||||
- model: Delta-Vector/Francois-PE-V2-Huali-12B
|
||||
merge_method: model_stock
|
||||
dtype: bfloat16
|
||||
out_dtype: bfloat16
|
||||
parameters:
|
||||
normalize: true
|
||||
tokenizer:
|
||||
source: union
|
||||
```
|
||||
Reference in New Issue
Block a user