初始化项目,由ModelHub XC社区提供模型
Model: kyx0r/Neona-12B Source: Original Platform
This commit is contained in:
39
README.md
Normal file
39
README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
base_model: []
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
|
||||
---
|
||||
# Neona-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 [NearSwap](https://huggingface.co/alchemonaut/QuartetAnemoi-70B-t0.0001) merge method using [yamatazen/NeonMaid-12B-v2](https://huggingface.co/yamatazen/NeonMaid-12B-v2) as a base.
|
||||
|
||||
### Models Merged
|
||||
|
||||
The following models were included in the merge:
|
||||
* [yamatazen/LorablatedStock-12B](https://huggingface.co/yamatazen/LorablatedStock-12B)
|
||||
|
||||
### Configuration
|
||||
|
||||
The following YAML configuration was used to produce this model:
|
||||
|
||||
```yaml
|
||||
models:
|
||||
- model: ../LorablatedStock-12B-frank
|
||||
merge_method: nearswap
|
||||
base_model: ../NeonMaid-12B-v2-frank
|
||||
parameters:
|
||||
t: [0.0005, 0.0008, 0.0013, 0.0008, 0.0005]
|
||||
dtype: bfloat16
|
||||
chat_template: "chatml"
|
||||
tokenizer:
|
||||
source: "base"
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user