mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 07:45: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: {
|
modelSpecific: {
|
||||||
top_k: 1,
|
top_k: 1,
|
||||||
temperature: 0,
|
temperature: 0,
|
||||||
repetition_penalty: 1.12,
|
repetition_penalty: 1.13,
|
||||||
presence_penalty: 0.25,
|
presence_penalty: 0.25,
|
||||||
frequency_penalty: 0.25,
|
frequency_penalty: 0.25,
|
||||||
max_tokens: 8192,
|
max_tokens: 8192,
|
||||||
@ -124,7 +124,7 @@ export class LmControl extends AsyncService {
|
|||||||
modelSpecific: {
|
modelSpecific: {
|
||||||
top_k: 1,
|
top_k: 1,
|
||||||
temperature: 0,
|
temperature: 0,
|
||||||
repetition_penalty: 1.12,
|
repetition_penalty: 1.13,
|
||||||
presence_penalty: 0.25,
|
presence_penalty: 0.25,
|
||||||
frequency_penalty: 0.25,
|
frequency_penalty: 0.25,
|
||||||
max_tokens: 8192,
|
max_tokens: 8192,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user