TheBloke commited on
Commit
7b41697
1 Parent(s): 5e85632

Update prompt template to remove newlines and space after last :

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -12,11 +12,7 @@ license:
12
  model_creator: NousResearch
13
  model_name: Nous Capybara 34B
14
  model_type: yi
15
- prompt_template: 'USER: {prompt}
16
-
17
- ASSISTANT:
18
-
19
- '
20
  quantized_by: TheBloke
21
  tags:
22
  - sft
@@ -67,11 +63,7 @@ These files were quantised using hardware kindly provided by [Massed Compute](ht
67
  <!-- prompt-template start -->
68
  ## Prompt template: User-Assistant
69
 
70
- ```
71
- USER: {prompt}
72
- ASSISTANT:
73
-
74
- ```
75
 
76
  <!-- prompt-template end -->
77
 
 
12
  model_creator: NousResearch
13
  model_name: Nous Capybara 34B
14
  model_type: yi
15
+ prompt_template: 'USER: {prompt} ASSISTANT:'
 
 
 
 
16
  quantized_by: TheBloke
17
  tags:
18
  - sft
 
63
  <!-- prompt-template start -->
64
  ## Prompt template: User-Assistant
65
 
66
+ ```USER: {prompt} ASSISTANT:```
 
 
 
 
67
 
68
  <!-- prompt-template end -->
69