Triangle104
commited on
Commit
•
ef9b2dd
1
Parent(s):
ba91ddb
Update README.md
Browse files
README.md
CHANGED
@@ -106,6 +106,17 @@ model-index:
|
|
106 |
This model was converted to GGUF format from [`nbeerbower/Qwen2.5-Gutenberg-Doppel-14B`](https://huggingface.co/nbeerbower/Qwen2.5-Gutenberg-Doppel-14B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
107 |
Refer to the [original model card](https://huggingface.co/nbeerbower/Qwen2.5-Gutenberg-Doppel-14B) for more details on the model.
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
## Use with llama.cpp
|
110 |
Install llama.cpp through brew (works on Mac and Linux)
|
111 |
|
|
|
106 |
This model was converted to GGUF format from [`nbeerbower/Qwen2.5-Gutenberg-Doppel-14B`](https://huggingface.co/nbeerbower/Qwen2.5-Gutenberg-Doppel-14B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
107 |
Refer to the [original model card](https://huggingface.co/nbeerbower/Qwen2.5-Gutenberg-Doppel-14B) for more details on the model.
|
108 |
|
109 |
+
---
|
110 |
+
Model details:
|
111 |
+
-
|
112 |
+
Qwen/Qwen2.5-14B-Instruct finetuned on jondurbin/gutenberg-dpo-v0.1 and nbeerbower/gutenberg2-dpo.
|
113 |
+
|
114 |
+
Method
|
115 |
+
ORPO tuned with 4x A40 for 3 epochs.
|
116 |
+
|
117 |
+
Thank you @ParasiticRogue for sponsoring.
|
118 |
+
|
119 |
+
---
|
120 |
## Use with llama.cpp
|
121 |
Install llama.cpp through brew (works on Mac and Linux)
|
122 |
|