初始化项目,由ModelHub XC社区提供模型
Model: gulsmyigit/base_PLOS-slerp_merged_ministral8b Source: Original Platform
This commit is contained in:
38
README.md
Normal file
38
README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
base_model:
|
||||
- mistralai/Ministral-8B-Instruct-2410
|
||||
library_name: transformers
|
||||
tags:
|
||||
- mergekit
|
||||
- merge
|
||||
|
||||
---
|
||||
# merged_model
|
||||
|
||||
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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
|
||||
|
||||
### Models Merged
|
||||
|
||||
The following models were included in the merge:
|
||||
* /content/_merged_full_models/ministral8b_PLOS_textrank_adapter
|
||||
* [mistralai/Ministral-8B-Instruct-2410](https://huggingface.co/mistralai/Ministral-8B-Instruct-2410)
|
||||
|
||||
### Configuration
|
||||
|
||||
The following YAML configuration was used to produce this model:
|
||||
|
||||
```yaml
|
||||
merge_method: slerp
|
||||
dtype: float16
|
||||
base_model: mistralai/Ministral-8B-Instruct-2410
|
||||
models:
|
||||
- model: /content/_merged_full_models/ministral8b_PLOS_textrank_adapter
|
||||
parameters:
|
||||
t: 0.5
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user