Triangle104
commited on
Commit
•
8a517a3
1
Parent(s):
d609b74
Update README.md
Browse files
README.md
CHANGED
@@ -109,6 +109,18 @@ model-index:
|
|
109 |
This model was converted to GGUF format from [`nbeerbower/Gemma2-Gutenberg-Doppel-9B`](https://huggingface.co/nbeerbower/Gemma2-Gutenberg-Doppel-9B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
110 |
Refer to the [original model card](https://huggingface.co/nbeerbower/Gemma2-Gutenberg-Doppel-9B) for more details on the model.
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
## Use with llama.cpp
|
113 |
Install llama.cpp through brew (works on Mac and Linux)
|
114 |
|
|
|
109 |
This model was converted to GGUF format from [`nbeerbower/Gemma2-Gutenberg-Doppel-9B`](https://huggingface.co/nbeerbower/Gemma2-Gutenberg-Doppel-9B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
110 |
Refer to the [original model card](https://huggingface.co/nbeerbower/Gemma2-Gutenberg-Doppel-9B) for more details on the model.
|
111 |
|
112 |
+
---
|
113 |
+
Model details:
|
114 |
+
-
|
115 |
+
Gemma2-Gutenberg-Doppel-9B
|
116 |
+
|
117 |
+
UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3 finetuned on jondurbin/gutenberg-dpo-v0.1 and nbeerbower/gutenberg2-dpo.
|
118 |
+
Method
|
119 |
+
|
120 |
+
ORPO finetuned using 2x A40 for 3 epochs.
|
121 |
+
|
122 |
+
---
|
123 |
+
|
124 |
## Use with llama.cpp
|
125 |
Install llama.cpp through brew (works on Mac and Linux)
|
126 |
|