Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,28 @@ license_link: LICENSE
|
|
| 21 |
|
| 22 |
## π¬ Template
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## π Helpful Contents
|
| 26 |
- β
[How to load HuggingFace GGUF into LM Studio](https://youtu.be/bANQk--Maxs)
|
|
|
|
| 21 |
|
| 22 |
## π¬ Template
|
| 23 |
|
| 24 |
+
LM Studio
|
| 25 |
+
```
|
| 26 |
+
<|start_header_id|>system<|end_header_id|>
|
| 27 |
+
|
| 28 |
+
{System}<|eot_id|>
|
| 29 |
+
<|start_header_id|>user<|end_header_id|>
|
| 30 |
+
|
| 31 |
+
{User}
|
| 32 |
+
<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
| 33 |
+
|
| 34 |
+
{Assistant}
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
Stop Token
|
| 38 |
+
```
|
| 39 |
+
<|eot_id|>
|
| 40 |
+
<|start_header_id|>
|
| 41 |
+
<|end_header_id|>
|
| 42 |
+
<|begin_of_text|>
|
| 43 |
+
<|end_of_text|>
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
|
| 47 |
## π Helpful Contents
|
| 48 |
- β
[How to load HuggingFace GGUF into LM Studio](https://youtu.be/bANQk--Maxs)
|