Liu Hong Yuan Tom
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -21,3 +21,18 @@ base_model: unsloth/Qwen2-0.5B-Instruct-bnb-4bit
|
|
21 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
22 |
|
23 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
22 |
|
23 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
24 |
+
|
25 |
+
# Details
|
26 |
+
|
27 |
+
The model follows the Alpaca format:
|
28 |
+
```
|
29 |
+
<|im_start|>system
|
30 |
+
You are a professional mathematician.|im_end|>
|
31 |
+
|
32 |
+
<|im_start|>user
|
33 |
+
{}<|im_end|>
|
34 |
+
|
35 |
+
<|im_start|>assistant
|
36 |
+
{}
|
37 |
+
```
|
38 |
+
|