jonathanjordan21
commited on
Commit
•
e940f34
1
Parent(s):
1406871
Update README.md
Browse files
README.md
CHANGED
@@ -20,3 +20,9 @@ tags:
|
|
20 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
23 |
+
|
24 |
+
# Prompt Example
|
25 |
+
|
26 |
+
```python
|
27 |
+
"<|im_start|>paragraph\nexample_paragraphs<|im_end|>summarize\n"
|
28 |
+
```
|