mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 10:26:36 +02:00
fix fc integration (#110)
* fix fc integration * fix integration * remove file * Update arch_fc.py
This commit is contained in:
parent
f0fb4a48cd
commit
ed50d29ccf
3 changed files with 4 additions and 5 deletions
|
|
@ -1,8 +1,7 @@
|
|||
params:
|
||||
temperature: 0.0001
|
||||
temperature: 0.01
|
||||
top_p : 0.5
|
||||
repetition_penalty: 1.0
|
||||
top_k: 50
|
||||
max_tokens: 128
|
||||
stop: ["<|im_start|>", "<|im_end|>"]
|
||||
max_tokens: 512
|
||||
stop_token_ids: [151645, 151643]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue