pankajmathur
commited on
Commit
•
fdba79d
1
Parent(s):
d53e6b3
Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ license: llama3
|
|
6 |
pipeline_tag: text2text-generation
|
7 |
---
|
8 |
|
9 |
-
**Model Name: Llama 3 orca_mini_v6_8b_dpo**
|
10 |
|
11 |
-
# Llama 3 orca_mini_v6_8b_dpo is
|
12 |
|
13 |
<img src="https://huggingface.co/pankajmathur/orca_mini_v5_8b/resolve/main/orca_minis_small.jpeg" width="auto" />
|
14 |
|
@@ -20,16 +20,6 @@ Passionate about Generative AI? I help companies to privately train and deploy c
|
|
20 |
|
21 |
<br>
|
22 |
|
23 |
-
### NOTICE
|
24 |
-
|
25 |
-
By providing proper credit and attribution, you are granted permission to use this model as a foundational base for further Full fine tuning, DPO, PPO or ORPO tuning and any kind of Merges.
|
26 |
-
I actively encourage users to customize and enhance the model according to their specific needs, as this version is designed to be a comprehensive general model.
|
27 |
-
Dive in and innovate!
|
28 |
-
|
29 |
-
### Evaluation
|
30 |
-
|
31 |
-
Coming Soon..
|
32 |
-
|
33 |
|
34 |
### Example Usage
|
35 |
|
@@ -47,7 +37,7 @@ Below shows a code example on how to use this model
|
|
47 |
|
48 |
```python
|
49 |
from transformers import AutoModel, AutoTokenizer
|
50 |
-
model_slug = "pankajmathur/orca_mini_v6_8b_dpo"
|
51 |
model = AutoModel.from_pretrained(model_slug)
|
52 |
tokenizer = AutoTokenizer.from_pretrained(model_slug)
|
53 |
|
@@ -61,9 +51,4 @@ model.generate(**gen_input)
|
|
61 |
```
|
62 |
This model is governed by [META LLAMA 3 COMMUNITY LICENSE AGREEMENT](LICENSE)
|
63 |
|
64 |
-
**Quants**
|
65 |
-
|
66 |
-
GGUF : Coming Soon
|
67 |
-
|
68 |
-
AWQ: Coming Soon
|
69 |
|
|
|
6 |
pipeline_tag: text2text-generation
|
7 |
---
|
8 |
|
9 |
+
**Model Name: Llama 3 orca_mini_v6_8b_dpo-AWQ**
|
10 |
|
11 |
+
# Llama 3 orca_mini_v6_8b_dpo-AWQ is quantized version of pankajmathur/orca_mini_v6_8b_dpo.
|
12 |
|
13 |
<img src="https://huggingface.co/pankajmathur/orca_mini_v5_8b/resolve/main/orca_minis_small.jpeg" width="auto" />
|
14 |
|
|
|
20 |
|
21 |
<br>
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
### Example Usage
|
25 |
|
|
|
37 |
|
38 |
```python
|
39 |
from transformers import AutoModel, AutoTokenizer
|
40 |
+
model_slug = "pankajmathur/orca_mini_v6_8b_dpo-AWQ"
|
41 |
model = AutoModel.from_pretrained(model_slug)
|
42 |
tokenizer = AutoTokenizer.from_pretrained(model_slug)
|
43 |
|
|
|
51 |
```
|
52 |
This model is governed by [META LLAMA 3 COMMUNITY LICENSE AGREEMENT](LICENSE)
|
53 |
|
|
|
|
|
|
|
|
|
|
|
54 |
|