Shaleen123 commited on
Commit
1e909aa
1 Parent(s): cca6aa4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -3,10 +3,31 @@ library_name: peft
3
  base_model: 01-ai/Yi-6B-Chat
4
  ---
5
 
6
- # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
 
12
  ## Model Details
 
3
  base_model: 01-ai/Yi-6B-Chat
4
  ---
5
 
6
+ # FinanceLLM 💵🔥
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
10
+ ## Prompt Template
11
+
12
+ ```
13
+ <|im_start|>system
14
+ You are a helpful financial advisor<|im_end|>
15
+ <|im_start|>user
16
+ {data_point["instruction"]}<|im_end|>
17
+ <|im_start|>assistant
18
+ ```
19
+
20
+ ## Prompt Template for Fine-tuning
21
+
22
+ ```
23
+ <|im_start|>system
24
+ You are a helpful financial advisor<|im_end|>
25
+ <|im_start|>user
26
+ {data_point["instruction"]}<|im_end|>
27
+ <|im_start|>assistant
28
+ {data_point["output"]}<|im_end|>
29
+ ```
30
+
31
 
32
 
33
  ## Model Details