Update README.md
Browse files
README.md
CHANGED
@@ -6,19 +6,50 @@ 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-DPO-v0.1 AWQ
|
14 |
|
15 |
- Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi)
|
16 |
- Original model: [Llama-3-8B-Instruct-DPO-v0.1](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1)
|
17 |
|
|
|
18 |
|
|
|
19 |
|
20 |
## How to use
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
### Install the necessary packages
|
23 |
|
24 |
```bash
|
|
|
6 |
- text-generation
|
7 |
- autotrain_compatible
|
8 |
- endpoints_compatible
|
9 |
+
- axolotl
|
10 |
+
- finetune
|
11 |
+
- facebook
|
12 |
+
- meta
|
13 |
+
- pytorch
|
14 |
+
- llama
|
15 |
+
- llama-3
|
16 |
+
language:
|
17 |
+
- en
|
18 |
pipeline_tag: text-generation
|
19 |
+
license: other
|
20 |
+
license_name: llama3
|
21 |
+
license_link: LICENSE
|
22 |
inference: false
|
23 |
+
model_creator: MaziyarPanahi
|
24 |
+
model_name: Llama-3-8B-Instruct-DPO-v0.1
|
25 |
quantized_by: Suparious
|
26 |
+
datasets:
|
27 |
+
- mlabonne/chatml-OpenHermes2.5-dpo-binarized-alpha
|
28 |
---
|
29 |
# MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1 AWQ
|
30 |
|
31 |
- Model creator: [MaziyarPanahi](https://huggingface.co/MaziyarPanahi)
|
32 |
- Original model: [Llama-3-8B-Instruct-DPO-v0.1](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1)
|
33 |
|
34 |
+
<img src="./llama-3-merges.webp" alt="Llama-3 DPO Logo" width="500" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
35 |
|
36 |
+
This model is a fine-tune (DPO) of `meta-llama/Meta-Llama-3-8B-Instruct` model.
|
37 |
|
38 |
## How to use
|
39 |
|
40 |
+
This model uses `ChatML` prompt template:
|
41 |
+
|
42 |
+
```
|
43 |
+
<|im_start|>system
|
44 |
+
{System}
|
45 |
+
<|im_end|>
|
46 |
+
<|im_start|>user
|
47 |
+
{User}
|
48 |
+
<|im_end|>
|
49 |
+
<|im_start|>assistant
|
50 |
+
{Assistant}
|
51 |
+
````
|
52 |
+
|
53 |
### Install the necessary packages
|
54 |
|
55 |
```bash
|