ynakashima commited on
Commit
ae4ed39
1 Parent(s): baaf716

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -91,15 +91,15 @@ The prompt template contains nine attributes.
91
  The first five are derived from HelpSteer, while the remaining four are derived from OASST2.
92
  The values are represented by integers ranging from 0 to 4, with 0 being the lowest and 4 being the highest.
93
 
94
- - helpfulness (default: 4)
95
- - correctness (default: 4)
96
- - coherence (default: 4)
97
- - complexity (default: 4)
98
- - verbosity (default: 4)
99
- - quality (default: 4)
100
- - toxicity (default: 0)
101
- - humor (default: 0)
102
- - creativity (default: 0)
103
 
104
  If you want to change attribute values from the default values specified in the template, you can modify them to any values by adding the attribute values to the user messages:
105
 
@@ -165,7 +165,7 @@ tokenizer.decode(outputs[0][input_ids.shape[-1]:])
165
  ## Citation
166
 
167
  ```
168
- @misc {karakuri_lm_8x7b_chat_v01,
169
  author = { {KARAKURI} {I}nc. },
170
  title = { {KARAKURI} {LM} 8x7{B} {C}hat v0.1 },
171
  year = { 2024 },
 
91
  The first five are derived from HelpSteer, while the remaining four are derived from OASST2.
92
  The values are represented by integers ranging from 0 to 4, with 0 being the lowest and 4 being the highest.
93
 
94
+ - helpfulness (default: 4): Overall helpfulness of the response to the prompt.
95
+ - correctness (default: 4): Inclusion of all pertinent facts without errors.
96
+ - coherence (default: 4): Consistency and clarity of expression.
97
+ - complexity (default: 4): Intellectual depth required to write response (i.e. whether the response can be written by anyone with basic language competency or requires deep domain expertise).
98
+ - verbosity (default: 4): Amount of detail included in the response, relative to what is asked for in the prompt.
99
+ - quality (default: 4): Perceived goodness of response.
100
+ - toxicity (default: 0): Undesirable elements such as vulgar, harmful or potentially biased response.
101
+ - humor (default: 0): Sense of humor within response.
102
+ - creativity (default: 0): Willingness to generate non-conventional response.
103
 
104
  If you want to change attribute values from the default values specified in the template, you can modify them to any values by adding the attribute values to the user messages:
105
 
 
165
  ## Citation
166
 
167
  ```
168
+ @misc{karakuri_lm_8x7b_chat_v01,
169
  author = { {KARAKURI} {I}nc. },
170
  title = { {KARAKURI} {LM} 8x7{B} {C}hat v0.1 },
171
  year = { 2024 },