Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- 4-bit
|
@@ -6,10 +7,57 @@ tags:
|
|
6 |
- text-generation
|
7 |
- autotrain_compatible
|
8 |
- endpoints_compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
10 |
inference: false
|
|
|
|
|
11 |
quantized_by: Suparious
|
12 |
---
|
13 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
-
**UPLOAD IN PROGRESS**
|
|
|
1 |
---
|
2 |
+
base_model: "MaziyarPanahi/Llama-3-11B-Instruct-v0.1"
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- 4-bit
|
|
|
7 |
- text-generation
|
8 |
- autotrain_compatible
|
9 |
- endpoints_compatible
|
10 |
+
- mergekit
|
11 |
+
- merge
|
12 |
+
- facebook
|
13 |
+
- meta
|
14 |
+
- pytorch
|
15 |
+
- llama
|
16 |
+
- llama-3
|
17 |
+
language:
|
18 |
+
- en
|
19 |
pipeline_tag: text-generation
|
20 |
+
license: other
|
21 |
+
license_name: llama3
|
22 |
+
license_link: LICENSE
|
23 |
inference: false
|
24 |
+
model_creator: MaziyarPanahi
|
25 |
+
model_name: Llama-3-16B-Instruct-v0.1
|
26 |
quantized_by: Suparious
|
27 |
---
|
28 |
+
# MaziyarPanahi/Llama-3-16B-Instruct-v0.1 AWQ
|
29 |
+
|
30 |
+
- Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi)
|
31 |
+
- Original model: [Llama-3-16B-Instruct-v0.1](https://huggingface.co/MaziyarPanahi/Llama-3-16B-Instruct-v0.1)
|
32 |
+
|
33 |
+
<img src="./llama-3-merges.webp" alt="Goku 8x22B v0.1 Logo" width="500" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
34 |
+
|
35 |
+
## Model Summary
|
36 |
+
|
37 |
+
This model is a self-merge of `MaziyarPanahi/Llama-3-11B-Instruct-v0.1` model.
|
38 |
+
|
39 |
+
## Prompt template
|
40 |
+
|
41 |
+
```text
|
42 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
43 |
+
|
44 |
+
You are a helpful assistant.<|eot_id|><|start_header_id|>user<|end_header_id|>
|
45 |
+
|
46 |
+
what's 25-4*2+3<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
47 |
+
|
48 |
+
To evaluate this expression, we need to follow the order of operations (PEMDAS):
|
49 |
+
|
50 |
+
1. First, multiply 4 and 2: 4*2 = 8
|
51 |
+
2. Then, subtract 8 from 25: 25 - 8 = 17
|
52 |
+
3. Finally, add 3: 17 + 3 = 20
|
53 |
+
|
54 |
+
So, 25-4*2+3 = 20!<|eot_id|>
|
55 |
+
To evaluate this expression, we need to follow the order of operations (PEMDAS):
|
56 |
+
|
57 |
+
1. First, multiply 4 and 2: 4*2 = 8
|
58 |
+
2. Then, subtract 8 from 25: 25 - 8 = 17
|
59 |
+
3. Finally, add 3: 17 + 3 = 20
|
60 |
+
|
61 |
+
So, 25-4*2+3 = 20!
|
62 |
+
```
|
63 |
|
|