Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,21 @@ base_model: microsoft/phi-4
|
|
28 |
This model was converted to GGUF format from [`microsoft/phi-4`](https://huggingface.co/microsoft/phi-4) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
29 |
Refer to the [original model card](https://huggingface.co/microsoft/phi-4) for more details on the model.
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## Use with llama.cpp
|
32 |
Install llama.cpp through brew (works on Mac and Linux)
|
33 |
|
|
|
28 |
This model was converted to GGUF format from [`microsoft/phi-4`](https://huggingface.co/microsoft/phi-4) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
29 |
Refer to the [original model card](https://huggingface.co/microsoft/phi-4) for more details on the model.
|
30 |
|
31 |
+
---
|
32 |
+
*updated config.json*
|
33 |
+
|
34 |
+
phi-4 is a state-of-the-art open model built upon a
|
35 |
+
blend of synthetic datasets, data from filtered public domain websites,
|
36 |
+
and acquired academic books and Q&A datasets. The goal of this
|
37 |
+
approach was to ensure that small capable models were trained with data
|
38 |
+
focused on high quality and advanced reasoning.
|
39 |
+
|
40 |
+
phi-4
|
41 |
+
underwent a rigorous enhancement and alignment process, incorporating
|
42 |
+
both supervised fine-tuning and direct preference optimization to ensure
|
43 |
+
precise instruction adherence and robust safety measures
|
44 |
+
|
45 |
+
---
|
46 |
## Use with llama.cpp
|
47 |
Install llama.cpp through brew (works on Mac and Linux)
|
48 |
|