File size: 893 Bytes
83dd214 c7af9ee 83dd214 c7af9ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
---
base_model:
- tiiuae/falcon-180B
library_name: transformers
tags:
- mergekit
- merge
license: apache-2.0
---
# largefalcon
This is a frankenmerge of [tiiuae/falcon-180B](https://huggingface.co/tiiuae/falcon-180B) created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
The following YAML configuration was used to produce this model:
```yaml
dtype: float16
merge_method: passthrough
slices:
- sources:
- layer_range: [0, 20]
model: tiiuae/falcon-180B
- sources:
- layer_range: [10, 30]
model: tiiuae/falcon-180B
- sources:
- layer_range: [20, 40]
model: tiiuae/falcon-180B
- sources:
- layer_range: [30, 50]
model: tiiuae/falcon-180B
- sources:
- layer_range: [40, 60]
model: tiiuae/falcon-180B
- sources:
- layer_range: [50, 70]
model: tiiuae/falcon-180B
- sources:
- layer_range: [60, 80]
model: tiiuae/falcon-180B
```
|