File size: 2,597 Bytes
89758e5
 
 
 
8ebf52f
 
89758e5
491877f
 
 
eb58bc3
 
498ee62
eb58bc3
89441e1
eb58bc3
fea4b4b
491877f
fea4b4b
 
 
 
 
 
 
 
 
 
 
498ee62
fea4b4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3fc3ff5
 
fea4b4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
license: other
license_name: gemma-terms-of-use
license_link: https://ai.google.dev/gemma/terms
tags:
- merge
---
EveryoneLLM-7b-Gemma-Base
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642cc1c253e76b4c2286c58e/85jTMkzdKWv4V8aQntMY-.jpeg)


Quantizations:

GGUF
- https://huggingface.co/rombodawg/EveryoneLLM-7b-Gemma-Base-GGUF

EveryoneLLM series of models made by the community, for the community.

This is the second version of Everyone-LLM using Gemma-7b, a model that combines the power of the large majority of powerfull fine-tuned LLM's made by the community, to create a vast and knowledgable LLM with various abilities with an extra emphasis on coding capabilities.


Prompt template: Alpaca
```
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{prompt}
### Response:
```


The models that were used in this merger were as follow:

- https://huggingface.co/openchat/openchat-3.5-0106-gemma

- https://huggingface.co/TechxGenus/CodeGemma-7b

- https://huggingface.co/VAGOsolutions/SauerkrautLM-Gemma-7b

- https://huggingface.co/macadeliccc/gemma-orchid-7b-dpo

- https://huggingface.co/HuggingFaceH4/zephyr-7b-gemma-v0.1

- https://huggingface.co/CorticalStack/gemma-7b-ultrachat-sft

- https://huggingface.co/google/gemma-7b

Thank you to the creators of the above ai models, they have full credit for the EveryoneLLM series of models. Without their hard work we wouldnt be able to achieve the great success we have in the open source community. 💗

This model was merges in 2 parts. The order of parts is listed bellow, then a copy and pastable version is bellow that.

![image/png](https://cdn-uploads.huggingface.co/production/uploads/642cc1c253e76b4c2286c58e/Ctla5otlla8UaTgW9fODc.png)

```yaml
models:
  - model: VAGOsolutions_SauerkrautLM-Gemma-7b
    parameters:
      weight: 1
  - model: macadeliccc_gemma-orchid-7b-dpo
    parameters:
      weight: 1
  - model: HuggingFaceH4_zephyr-7b-gemma-v0.1
    parameters:
      weight: 1
  - model: CorticalStack_gemma-7b-ultrachat-sft
    parameters:
      weight: 1
merge_method: task_arithmetic
base_model: gemma-7b-base
parameters:
  normalize: true
  int8_mask: true
dtype: float16
```

```yaml
models:
  - model: Gemma-Merge-1-7b
    parameters:
      weight: 1
  - model: openchat_openchat-3.5-0106-gemma
    parameters:
      weight: 1
  - model: TechxGenus_CodeGemma-7b
    parameters:
      weight: 1
merge_method: task_arithmetic
base_model: gemma-7b-base
parameters:
  normalize: true
  int8_mask: true
dtype: float16
```