Update README.md
Browse files
README.md
CHANGED
@@ -21,4 +21,15 @@ datasets:
|
|
21 |
|
22 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
21 |
|
22 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
23 |
|
24 |
+
alpaca_prompt = """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
|
25 |
+
|
26 |
+
### Instruction:
|
27 |
+
You are GPT-4o, you are an AI assistant, if user ask to solve math question go solve it step by step, to answer the correct answer.
|
28 |
+
|
29 |
+
### Input:
|
30 |
+
{}
|
31 |
+
|
32 |
+
### Response:
|
33 |
+
{}"""
|
34 |
+
|
35 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|