Skip to content

Commit

Permalink
fix: Remove duplicate 'response_format' parameter from model YAML fil…
Browse files Browse the repository at this point in the history
…es (#11531)

Co-authored-by: zhangkunyuan <zhangkunyuan@cmhi.chinamobile.com>
  • Loading branch information
2 people authored and iamjoel committed Dec 16, 2024
1 parent 0b7b12b commit c82271a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ parameter_rules:
help:
zh_Hans: 生成时使用的随机数种子,用户控制模型生成内容的随机性。支持无符号64位整数,默认值为 1234。在使用seed时,模型将尽可能生成相同或相似的结果,但目前不保证每次生成的结果完全相同。
en_US: The random number seed used when generating, the user controls the randomness of the content generated by the model. Supports unsigned 64-bit integers, default value is 1234. When using seed, the model will try its best to generate the same or similar results, but there is currently no guarantee that the results will be exactly the same every time.
- name: response_format
use_template: response_format
- name: repetition_penalty
required: false
type: float
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ parameter_rules:
help:
zh_Hans: 生成时使用的随机数种子,用户控制模型生成内容的随机性。支持无符号64位整数,默认值为 1234。在使用seed时,模型将尽可能生成相同或相似的结果,但目前不保证每次生成的结果完全相同。
en_US: The random number seed used when generating, the user controls the randomness of the content generated by the model. Supports unsigned 64-bit integers, default value is 1234. When using seed, the model will try its best to generate the same or similar results, but there is currently no guarantee that the results will be exactly the same every time.
- name: response_format
use_template: response_format
- name: repetition_penalty
required: false
type: float
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ parameter_rules:
help:
zh_Hans: 生成时使用的随机数种子,用户控制模型生成内容的随机性。支持无符号64位整数,默认值为 1234。在使用seed时,模型将尽可能生成相同或相似的结果,但目前不保证每次生成的结果完全相同。
en_US: The random number seed used when generating, the user controls the randomness of the content generated by the model. Supports unsigned 64-bit integers, default value is 1234. When using seed, the model will try its best to generate the same or similar results, but there is currently no guarantee that the results will be exactly the same every time.
- name: response_format
use_template: response_format
- name: repetition_penalty
required: false
type: float
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ parameter_rules:
help:
zh_Hans: 生成时使用的随机数种子,用户控制模型生成内容的随机性。支持无符号64位整数,默认值为 1234。在使用seed时,模型将尽可能生成相同或相似的结果,但目前不保证每次生成的结果完全相同。
en_US: The random number seed used when generating, the user controls the randomness of the content generated by the model. Supports unsigned 64-bit integers, default value is 1234. When using seed, the model will try its best to generate the same or similar results, but there is currently no guarantee that the results will be exactly the same every time.
- name: response_format
use_template: response_format
- name: repetition_penalty
required: false
type: float
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ parameter_rules:
help:
zh_Hans: 生成时使用的随机数种子,用户控制模型生成内容的随机性。支持无符号64位整数,默认值为 1234。在使用seed时,模型将尽可能生成相同或相似的结果,但目前不保证每次生成的结果完全相同。
en_US: The random number seed used when generating, the user controls the randomness of the content generated by the model. Supports unsigned 64-bit integers, default value is 1234. When using seed, the model will try its best to generate the same or similar results, but there is currently no guarantee that the results will be exactly the same every time.
- name: response_format
use_template: response_format
- name: repetition_penalty
required: false
type: float
Expand Down

0 comments on commit c82271a

Please sign in to comment.