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

Model: TroyDoesAI/Llama-3.1-13B-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-06 10:22:18 +08:00
commit 7abc5fd833
14 changed files with 412753 additions and 0 deletions

54
README.md Normal file
View File

@@ -0,0 +1,54 @@
---
base_model:
- TroyDoesAI/Llama-3.1-8B-Instruct
library_name: transformers
tags:
- mergekit
- merge
---
# Llama-3.1-13B-Instruct
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 passthrough merge method.
### Models Merged
The following models were included in the merge:
* [TroyDoesAI/Llama-3.1-8B-Instruct](https://huggingface.co/TroyDoesAI/Llama-3.1-8B-Instruct)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
#### BEST CONFIGURATION ####
slices:
- sources:
- layer_range: [0, 8]
model: TroyDoesAI/Llama-3.1-8B-Instruct
- sources:
- layer_range: [4, 12]
model: TroyDoesAI/Llama-3.1-8B-Instruct
- sources:
- layer_range: [8, 16]
model: TroyDoesAI/Llama-3.1-8B-Instruct
- sources:
- layer_range: [12, 20]
model: TroyDoesAI/Llama-3.1-8B-Instruct
- sources:
- layer_range: [16, 24]
model: TroyDoesAI/Llama-3.1-8B-Instruct
- sources:
- layer_range: [20, 28]
model: TroyDoesAI/Llama-3.1-8B-Instruct
- sources:
- layer_range: [24, 32]
model: TroyDoesAI/Llama-3.1-8B-Instruct
merge_method: passthrough
dtype: bfloat16
```