Shaleen123 commited on
Commit
a063e77
1 Parent(s): 1fd9b0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -3,17 +3,22 @@ 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
13
 
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
 
 
 
 
 
17
 
18
 
19
 
 
3
  base_model: 01-ai/Yi-6B-Chat
4
  ---
5
 
6
+ # Finetuned Yi-6b Medical Chat Model 🔥
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
+ ## Prompt Template -
12
 
 
13
 
14
+ ```
15
+ <|im_start|>system
16
+ If you are a doctor, please answer the medical questions based on the patient's description.<|im_end|>
17
+ <|im_start|>user
18
+ {data_point["selftext"]}<|im_end|>
19
+ <|im_start|>assistant
20
+ {data_point["body"]}<|im_end|>
21
+ ```
22
 
23
 
24