初始化项目,由ModelHub XC社区提供模型

Model: gulsmyigit/base_PLOS-slerp_merged_ministral8b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-25 21:46:09 +08:00
commit e5b3c4a5a0
14 changed files with 628 additions and 0 deletions

38
README.md Normal file
View 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
```