andrewbrown commited on
Commit
36d298a
·
1 Parent(s): 8d97988

correct spacing

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -4,11 +4,19 @@
4
 
5
  To properly inference model (as it was fine-tuned), use the following format:
6
 
 
7
  Prompt: ...Question from bot...
 
8
  Response: ...Response from user...\n
9
 
 
 
 
 
10
  Model should generate a motivational interviewing adherent statement
11
 
 
 
12
  First model upload to huggingface!
13
 
14
  ---
 
4
 
5
  To properly inference model (as it was fine-tuned), use the following format:
6
 
7
+ -------------------------------------------------------------------------------------------------------------------
8
  Prompt: ...Question from bot...
9
+
10
  Response: ...Response from user...\n
11
 
12
+ -------------------------------------------------------------------------------------------------------------------
13
+
14
+
15
+
16
  Model should generate a motivational interviewing adherent statement
17
 
18
+
19
+
20
  First model upload to huggingface!
21
 
22
  ---