初始化项目,由ModelHub XC社区提供模型
Model: yamatazen/EsotericSage-12B Source: Original Platform
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
base_model:
|
||||
- yamatazen/ForgottenMaid-12B
|
||||
- yamatazen/LinearWriter-12B
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
- nearswap
|
||||
language:
|
||||
- en
|
||||
- ja
|
||||
---
|
||||

|
||||
# EsotericSage-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/LinearWriter-12B](https://huggingface.co/yamatazen/LinearWriter-12B) as a base.
|
||||
|
||||
### Models Merged
|
||||
|
||||
The following models were included in the merge:
|
||||
* [yamatazen/ForgottenMaid-12B](https://huggingface.co/yamatazen/ForgottenMaid-12B)
|
||||
|
||||
### Configuration
|
||||
|
||||
The following YAML configuration was used to produce this model:
|
||||
|
||||
```yaml
|
||||
merge_method: nearswap
|
||||
dtype: bfloat16
|
||||
out_dtype: bfloat16
|
||||
base_model: yamatazen/LinearWriter-12B
|
||||
models:
|
||||
- model: yamatazen/ForgottenMaid-12B
|
||||
parameters:
|
||||
t: [0.0001, 0.0003, 0.0005, 0.0003, 0.0001]
|
||||
```
|
||||
Reference in New Issue
Block a user