mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 03:05:54 +08:00
fix: tweak readerlm
This commit is contained in:
parent
f95eb027d7
commit
140a6f86ae
@ -85,7 +85,7 @@ export class LmControl extends AsyncService {
|
||||
modelSpecific: {
|
||||
top_k: 1,
|
||||
temperature: 0,
|
||||
repetition_penalty: 1.12,
|
||||
repetition_penalty: 1.13,
|
||||
presence_penalty: 0.25,
|
||||
frequency_penalty: 0.25,
|
||||
max_tokens: 8192,
|
||||
@ -124,7 +124,7 @@ export class LmControl extends AsyncService {
|
||||
modelSpecific: {
|
||||
top_k: 1,
|
||||
temperature: 0,
|
||||
repetition_penalty: 1.12,
|
||||
repetition_penalty: 1.13,
|
||||
presence_penalty: 0.25,
|
||||
frequency_penalty: 0.25,
|
||||
max_tokens: 8192,
|
||||
|
Loading…
x
Reference in New Issue
Block a user