benhaotang commited on
Commit
86cb4f5
·
verified ·
1 Parent(s): d7ab4aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,7 +4,8 @@ datasets:
4
  base_model:
5
  - win10/Phi-4-llama-t1-lora
6
  ---
7
- Full 16bit model of [win10/Phi-4-llama-t1-lora](https://huggingface.co/win10/Phi-4-llama-t1-lora)
 
8
 
9
  Run with
10
 
@@ -25,4 +26,4 @@ outputs = pipeline(messages, max_new_tokens=128)
25
  print(outputs[0]["generated_text"])
26
  ```
27
 
28
- Or can do static GGUF version of quants: TO_BE_DONE
 
4
  base_model:
5
  - win10/Phi-4-llama-t1-lora
6
  ---
7
+
8
+ Full 16bit model of [win10/Phi-4-llama-t1-lora](https://huggingface.co/win10/Phi-4-llama-t1-lora), please always thank the original author for all the hardwork.
9
 
10
  Run with
11
 
 
26
  print(outputs[0]["generated_text"])
27
  ```
28
 
29
+ Or can do static GGUF version of quants: [benhaotang/Phi-4-llama-t1-full](https://huggingface.co/benhaotang/Phi-4-llama-t1-full-Q4_K_M-GGUF)