Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,8 @@ def nearswap(v0, v1, t):
|
|
27 |
np.clip(lweight, a_min=0.0, a_max=1.0, out=lweight)
|
28 |
return lerp(v0, v1, lweight)
|
29 |
```
|
|
|
|
|
30 |
|
31 |
<b>WizardLM-2</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
|
32 |
|
|
|
27 |
np.clip(lweight, a_min=0.0, a_max=1.0, out=lweight)
|
28 |
return lerp(v0, v1, lweight)
|
29 |
```
|
30 |
+
Credit Alchemonaut
|
31 |
+
|
32 |
|
33 |
<b>WizardLM-2</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
|
34 |
|