Svngoku commited on
Commit
22cfce6
1 Parent(s): 870c805

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -29,6 +29,20 @@ datasets:
29
 
30
  ## Inference with Unsloth
31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ```py
33
  if True:
34
  from unsloth import FastLanguageModel
 
29
 
30
  ## Inference with Unsloth
31
 
32
+
33
+ ```py
34
+ 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.
35
+
36
+ ### Instruction:
37
+ {}
38
+
39
+ ### Input:
40
+ {}
41
+
42
+ ### Response:
43
+ {}"""
44
+ ```
45
+
46
  ```py
47
  if True:
48
  from unsloth import FastLanguageModel