File size: 1,031 Bytes
697e0b8
 
 
 
 
 
 
 
 
b5eb86f
697e0b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b5eb86f
be7f104
 
b5eb86f
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
---
language:
- en
library_name: transformers
tags:
- gpt
- llm
- large language model
inference: true
license: other
---
This model is a merge of [euclaise/Echo-3B](https://huggingface.co/euclaise/Echo-3B), [stabilityai/stablelm-zephyr-3b](https://huggingface.co/stabilityai/stablelm-zephyr-3b) and [Aryanne/Astridboros-3B](https://huggingface.co/Aryanne/Astridboros-3B) using task_arithmetic(see astrea-rp-v1-3b.yml or below).


```yaml
merge_method: task_arithmetic
base_model: euclaise/Ferret-3B
models:
  - model: euclaise/Ferret-3B
  - model: stabilityai/stablelm-zephyr-3b
    parameters:
      weight: 0.33
  - model: euclaise/Echo-3B
    parameters:
      weight: 0.66
  - model: Aryanne/Astridboros-3B
    parameters:
      weight: 0.16
dtype: float16
```
I recommend the use of Vicuna prompt format, but it's your choice to see what works for you.

GGUF quants: [afrideva/Astrea-RP-v1-3B-GGUF](https://huggingface.co/afrideva/Astrea-RP-v1-3B-GGUF) 

I think zephyr license applies to this merge, for non commercial use.