Ereeeeef3 commited on
Commit
64f7e98
·
verified ·
1 Parent(s): 7b07141

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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)