Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- mlabonne/BigLlama-3.1-681B-Instruct
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- mergekit
|
7 |
+
- merge
|
8 |
+
|
9 |
+
---
|
10 |
+
# merge
|
11 |
+
|
12 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
13 |
+
|
14 |
+
## Merge Details
|
15 |
+
### Merge Method
|
16 |
+
|
17 |
+
This model was merged using the passthrough merge method.
|
18 |
+
|
19 |
+
### Models Merged
|
20 |
+
|
21 |
+
The following models were included in the merge:
|
22 |
+
* [mlabonne/BigLlama-3.1-681B-Instruct](https://huggingface.co/mlabonne/BigLlama-3.1-681B-Instruct)
|
23 |
+
|
24 |
+
### Configuration
|
25 |
+
|
26 |
+
The following YAML configuration was used to produce this model:
|
27 |
+
|
28 |
+
```yaml
|
29 |
+
slices:
|
30 |
+
- sources:
|
31 |
+
- layer_range: [0, 105]
|
32 |
+
model: mlabonne/BigLlama-3.1-681B-Instruct
|
33 |
+
- sources:
|
34 |
+
- layer_range: [52, 157]
|
35 |
+
model: mlabonne/BigLlama-3.1-681B-Instruct
|
36 |
+
- sources:
|
37 |
+
- layer_range: [104, 209]
|
38 |
+
model: mlabonne/BigLlama-3.1-681B-Instruct
|
39 |
+
merge_method: passthrough
|
40 |
+
dtype: bfloat16
|
41 |
+
```
|