mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
change thd
This commit is contained in:
parent
f13947732c
commit
8d3cf21f79
1 changed files with 3 additions and 3 deletions
|
|
@ -27,10 +27,10 @@ class MaskToken(Enum):
|
|||
|
||||
|
||||
HALLUCINATION_THRESHOLD_DICT = {
|
||||
MaskToken.TOOL_CALL.value: {"entropy": 0.05, "varentropy": 0.25},
|
||||
MaskToken.TOOL_CALL.value: {"entropy": 0.001, "varentropy": 0.005},
|
||||
MaskToken.PARAMETER_VALUE.value: {
|
||||
"entropy": 0.05,
|
||||
"varentropy": 0.25,
|
||||
"entropy": 0.1,
|
||||
"varentropy": 0.5,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue