v000000 commited on
Commit
b6c8190
1 Parent(s): a939d20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -60,4 +60,16 @@ base_model: Nitral-AI/Poppy_Porpoise-0.72-L3-8B
60
  merge_method: model_stock
61
  dtype: bfloat16
62
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ```
 
60
  merge_method: model_stock
61
  dtype: bfloat16
62
 
63
+ ```
64
+
65
+ # Prompt Template:
66
+ ```bash
67
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
68
+
69
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
70
+
71
+ {input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
72
+
73
+ {output}<|eot_id|>
74
+
75
  ```