benhaotang commited on
Commit
d1b4af9
·
verified ·
1 Parent(s): 00f55c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ base_model:
5
  - win10/Phi-4-llama-t1-lora
6
  ---
7
 
8
- Full merged 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!!! All I did the simple merging work on colab.
9
 
10
  Run with Pytorch
11
 
@@ -18,7 +18,7 @@ pipeline = transformers.pipeline(
18
  device_map="auto",
19
  )
20
  messages = [
21
- {"role": "system", "content": "You are a helpful QA model."},
22
  {"role": "user", "content": "Give me a short intodcution to renormalization group(RG) flow in physcis?"},
23
  ]
24
 
 
5
  - win10/Phi-4-llama-t1-lora
6
  ---
7
 
8
+ Full merged 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!!! All I did is the simple merging work on colab.
9
 
10
  Run with Pytorch
11
 
 
18
  device_map="auto",
19
  )
20
  messages = [
21
+ {"role": "system", "content": "You are a helpful AI asistent. You always think step by step."},
22
  {"role": "user", "content": "Give me a short intodcution to renormalization group(RG) flow in physcis?"},
23
  ]
24