Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,14 @@ base_model: CultriX/Lama-DPOlphin-8B
|
|
3 |
tags:
|
4 |
- llama-cpp
|
5 |
- gguf-my-repo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# CultriX/Lama-DPOlphin-8B-Q5_K_S-GGUF
|
@@ -47,4 +55,4 @@ Step 3: Run inference through the main binary.
|
|
47 |
or
|
48 |
```
|
49 |
./llama-server --hf-repo CultriX/Lama-DPOlphin-8B-Q5_K_S-GGUF --hf-file lama-dpolphin-8b-q5_k_s.gguf -c 2048
|
50 |
-
```
|
|
|
3 |
tags:
|
4 |
- llama-cpp
|
5 |
- gguf-my-repo
|
6 |
+
- axolotl
|
7 |
+
- dpo
|
8 |
+
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- mlabonne/orpo-dpo-mix-40k-flat
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
pipeline_tag: text-generation
|
14 |
---
|
15 |
|
16 |
# CultriX/Lama-DPOlphin-8B-Q5_K_S-GGUF
|
|
|
55 |
or
|
56 |
```
|
57 |
./llama-server --hf-repo CultriX/Lama-DPOlphin-8B-Q5_K_S-GGUF --hf-file lama-dpolphin-8b-q5_k_s.gguf -c 2048
|
58 |
+
```
|