benhaotang
commited on
Update README.md
Browse files
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
|
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 |
|