mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 19:55:53 +08:00
fix: readerlm repetition_penalty
This commit is contained in:
parent
3e58afc2ba
commit
4e5729372e
@ -85,7 +85,7 @@ export class LmControl extends AsyncService {
|
|||||||
modelSpecific: {
|
modelSpecific: {
|
||||||
top_k: 1,
|
top_k: 1,
|
||||||
temperature: 0,
|
temperature: 0,
|
||||||
repetition_penalty: 1.05,
|
repetition_penalty: 1.2,
|
||||||
presence_penalty: 0.25,
|
presence_penalty: 0.25,
|
||||||
max_tokens: 8192,
|
max_tokens: 8192,
|
||||||
}
|
}
|
||||||
@ -123,7 +123,7 @@ export class LmControl extends AsyncService {
|
|||||||
modelSpecific: {
|
modelSpecific: {
|
||||||
top_k: 1,
|
top_k: 1,
|
||||||
temperature: 0,
|
temperature: 0,
|
||||||
repetition_penalty: 1.05,
|
repetition_penalty: 1.2,
|
||||||
presence_penalty: 0.25,
|
presence_penalty: 0.25,
|
||||||
max_tokens: 8192,
|
max_tokens: 8192,
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ee28974871e4d68c53ff82aca6cfdef8ed19a26f
|
Subproject commit 1463a18b1c039e5c0d1073998a8d6953f811406d
|
Loading…
x
Reference in New Issue
Block a user