Triangle104 commited on
Commit
c4fee1a
·
verified ·
1 Parent(s): ba5c353

Update README.md

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