Triangle104 commited on
Commit
b52804e
·
verified ·
1 Parent(s): f327501

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -28,6 +28,20 @@ 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
+
33
+ phi-4 is a state-of-the-art open model built upon a
34
+ blend of synthetic datasets, data from filtered public domain websites,
35
+ and acquired academic books and Q&A datasets. The goal of this
36
+ approach was to ensure that small capable models were trained with data
37
+ focused on high quality and advanced reasoning.
38
+
39
+ phi-4
40
+ underwent a rigorous enhancement and alignment process, incorporating
41
+ both supervised fine-tuning and direct preference optimization to ensure
42
+ precise instruction adherence and robust safety measures
43
+
44
+ ---
45
  ## Use with llama.cpp
46
  Install llama.cpp through brew (works on Mac and Linux)
47