andrewbrown commited on
Commit
2f5e055
·
1 Parent(s): b7ddfab

remove custom tokens from example prompts

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - medical
8
 
9
  widget:
10
- - text: "<|startoftext|> Prompt: To start, could you tell me the things that you like about smoking?\nResponse: It helps me stay focused when I'm working\n"
11
  example_title: "What do you like about smoking?"
12
  ---
13
 
@@ -24,7 +24,7 @@ The triplets this reflector was fine-tuned on focus on smoking-cessation. Given
24
  To properly inference model (as it was fine-tuned), use the following format:
25
 
26
  -------------------------------------------------------------------------------------------------------------------
27
- <|startoftext|> Prompt: ...Question from bot...
28
 
29
  Response: ...Response from user...
30
 
@@ -32,7 +32,7 @@ Response: ...Response from user...
32
 
33
  Example Prompt: paste two lines below and generate a reflection
34
  -------------------------------------------------------------------------------------------------------------------
35
- <|startoftext|>Prompt: What do you want to change in your smoking?
36
 
37
  Response: I want to smoke less often in my life, its become quite stressful for me.
38
 
 
7
  - medical
8
 
9
  widget:
10
+ - text: "Prompt: To start, could you tell me the things that you like about smoking?\nResponse: It helps me stay focused when I'm working\n"
11
  example_title: "What do you like about smoking?"
12
  ---
13
 
 
24
  To properly inference model (as it was fine-tuned), use the following format:
25
 
26
  -------------------------------------------------------------------------------------------------------------------
27
+ Prompt: ...Question from bot...
28
 
29
  Response: ...Response from user...
30
 
 
32
 
33
  Example Prompt: paste two lines below and generate a reflection
34
  -------------------------------------------------------------------------------------------------------------------
35
+ Prompt: What do you want to change in your smoking?
36
 
37
  Response: I want to smoke less often in my life, its become quite stressful for me.
38