Suparious commited on
Commit
91df845
1 Parent(s): 72baed8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  library_name: transformers
3
  tags:
4
  - 4-bit
@@ -6,8 +7,20 @@ tags:
6
  - text-generation
7
  - autotrain_compatible
8
  - endpoints_compatible
 
 
 
 
 
 
 
9
  pipeline_tag: text-generation
 
 
 
10
  inference: false
 
 
11
  quantized_by: Suparious
12
  ---
13
  # MaziyarPanahi/Llama-3-8B-Instruct-v0.4 AWQ
@@ -15,7 +28,22 @@ quantized_by: Suparious
15
  - Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi)
16
  - Original model: [Llama-3-8B-Instruct-v0.4](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-v0.4)
17
 
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## How to use
21
 
 
1
  ---
2
+ base_model: meta-llama/Meta-Llama-3-8B-Instruct
3
  library_name: transformers
4
  tags:
5
  - 4-bit
 
7
  - text-generation
8
  - autotrain_compatible
9
  - endpoints_compatible
10
+ - axolotl
11
+ - finetune
12
+ - facebook
13
+ - meta
14
+ - pytorch
15
+ - llama
16
+ - llama-3
17
  pipeline_tag: text-generation
18
+ license: other
19
+ license_name: llama3
20
+ license_link: LICENSE
21
  inference: false
22
+ model_creator: MaziyarPanahi
23
+ model_name: Llama-3-8B-Instruct-v0.4
24
  quantized_by: Suparious
25
  ---
26
  # MaziyarPanahi/Llama-3-8B-Instruct-v0.4 AWQ
 
28
  - Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi)
29
  - Original model: [Llama-3-8B-Instruct-v0.4](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-v0.4)
30
 
31
+ <img src="./llama-3-merges.webp" alt="Llama-3 DPO Logo" width="500" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
32
 
33
+ ## Model Summary
34
+
35
+ This model was developed based on `meta-llama/Meta-Llama-3-8B-Instruct` model.
36
+
37
+ # Prompt Template
38
+
39
+ This model uses `ChatML` prompt template:
40
+
41
+ ```
42
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
43
+
44
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
45
+
46
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
47
 
48
  ## How to use
49