Triangle104
commited on
Commit
•
fb4faec
1
Parent(s):
e0cb696
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,17 @@ tags:
|
|
13 |
This model was converted to GGUF format from [`nbeerbower/phi3.5-gutenberg-4B`](https://huggingface.co/nbeerbower/phi3.5-gutenberg-4B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/nbeerbower/phi3.5-gutenberg-4B) for more details on the model.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Use with llama.cpp
|
17 |
Install llama.cpp through brew (works on Mac and Linux)
|
18 |
|
|
|
13 |
This model was converted to GGUF format from [`nbeerbower/phi3.5-gutenberg-4B`](https://huggingface.co/nbeerbower/phi3.5-gutenberg-4B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/nbeerbower/phi3.5-gutenberg-4B) for more details on the model.
|
15 |
|
16 |
+
---
|
17 |
+
Model details:
|
18 |
+
-
|
19 |
+
microsoft/Phi-3.5-mini-instruct finetuned on jondurbin/gutenberg-dpo-v0.1.
|
20 |
+
Method
|
21 |
+
|
22 |
+
Finetuned using 2x RTX 4060 Ti for 3 epochs.
|
23 |
+
|
24 |
+
Fine-tune Llama 3 with ORPO
|
25 |
+
|
26 |
+
---
|
27 |
## Use with llama.cpp
|
28 |
Install llama.cpp through brew (works on Mac and Linux)
|
29 |
|