Suparious commited on
Commit
dde03ce
·
verified ·
1 Parent(s): bb559c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -2
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  library_name: transformers
3
  tags:
4
  - 4-bit
@@ -6,10 +9,54 @@ 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: "meta-llama/Meta-Llama-3-8B-Instruct"
3
+ language:
4
+ - en
5
  library_name: transformers
6
  tags:
7
  - 4-bit
 
9
  - text-generation
10
  - autotrain_compatible
11
  - endpoints_compatible
12
+ - mergekit
13
+ - merge
14
+ - facebook
15
+ - meta
16
+ - pytorch
17
+ - llama
18
+ - llama-3
19
  pipeline_tag: text-generation
20
  inference: false
21
+ model_creator: MaziyarPanahi
22
+ model_name: Llama-3-11B-Instruct-v0.1
23
+ license: other
24
+ license_name: llama3
25
+ license_link: LICENSE
26
  quantized_by: Suparious
27
  ---
28
+ # MaziyarPanahi/Llama-3-11B-Instruct-v0.1 AWQ
29
 
30
+ - Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi)
31
+ - Original model: [Llama-3-11B-Instruct-v0.1](https://huggingface.co/MaziyarPanahi/Llama-3-11B-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 `meta-llama/Meta-Llama-3-8B-Instruct` 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
+ ```