Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,10 @@ pipeline_tag: text-generation
|
|
8 |
tags:
|
9 |
- Math
|
10 |
---
|
|
|
|
|
|
|
|
|
11 |
|
12 |
## EXL2 Quants
|
13 |
|
@@ -30,7 +34,18 @@ Zipped Quantization (if you want to download a single file)
|
|
30 |
[6.0bpw](https://huggingface.co/hgloow/Merged-AGI-7B-EXL2/tree/6.0bpw)|6.0|6.1 GB
|
31 |
[8.0bpw](https://huggingface.co/hgloow/Merged-AGI-7B-EXL2/tree/8.0bpw)|8.0|7.7 GB
|
32 |
|
33 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
Merge [Q-bert/MetaMath-Cybertron-Starling](https://huggingface.co/Q-bert/MetaMath-Cybertron-Starling) and [fblgit/juanako-7b-UNA](https://huggingface.co/fblgit/juanako-7b-UNA) using slerp merge.
|
36 |
|
|
|
8 |
tags:
|
9 |
- Math
|
10 |
---
|
11 |
+
## Merged-AGI-7B
|
12 |
+
|
13 |
+
- Model creator: [Talha Rüzgar Akkuş](https://huggingface.co/Q-bert)
|
14 |
+
- Original model: [Merged AGI 7B](https://huggingface.co/Q-bert/Merged-AGI-7B)
|
15 |
|
16 |
## EXL2 Quants
|
17 |
|
|
|
34 |
[6.0bpw](https://huggingface.co/hgloow/Merged-AGI-7B-EXL2/tree/6.0bpw)|6.0|6.1 GB
|
35 |
[8.0bpw](https://huggingface.co/hgloow/Merged-AGI-7B-EXL2/tree/8.0bpw)|8.0|7.7 GB
|
36 |
|
37 |
+
## Prompt template: ChatML
|
38 |
+
|
39 |
+
```
|
40 |
+
<|im_start|>system
|
41 |
+
{system_message}<|im_end|>
|
42 |
+
<|im_start|>user
|
43 |
+
{prompt}<|im_end|>
|
44 |
+
<|im_start|>assistant
|
45 |
+
|
46 |
+
```
|
47 |
+
|
48 |
+
## Original Info
|
49 |
|
50 |
Merge [Q-bert/MetaMath-Cybertron-Starling](https://huggingface.co/Q-bert/MetaMath-Cybertron-Starling) and [fblgit/juanako-7b-UNA](https://huggingface.co/fblgit/juanako-7b-UNA) using slerp merge.
|
51 |
|