File size: 731 Bytes
a31d316 0c6bcd9 a31d316 42c6339 ba6bfd6 42c6339 |
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 |
---
language:
- en
library_name: transformers
tags:
- gpt
- llm
- large language model
inference: true
license: cc-by-sa-4.0
---
This model is a merge/fusion of [PAIXAI/Astrid-3B](https://huggingface.co/PAIXAI/Astrid-3B) and [jondurbin/airoboros-3b-3p0](https://huggingface.co/jondurbin/airoboros-3b-3p0) , 16 layers of each glued together(see Astridboros.yml or below).
```yaml
slices:
- sources:
- model: PAIXAI/Astrid-3B
layer_range: [0, 16]
- sources:
- model: jondurbin/airoboros-3b-3p0
layer_range: [16, 32]
merge_method: passthrough
dtype: float16
```
I recommend the use of alpaca prompt format.
GGUF Quants: [afrideva/Astridboros-3B-GGUF](https://huggingface.co/afrideva/Astridboros-3B-GGUF)
|