modify changes

This commit is contained in:
cotran 2024-12-10 18:04:50 -08:00
parent 0ec6762cda
commit 188b0a8a39

View file

@ -28,12 +28,12 @@ class MaskToken(Enum):
HALLUCINATION_THRESHOLD_DICT = {
MaskToken.TOOL_CALL.value: {
"entropy": 0.3518281149864196,
"varentropy": 3.5513436841964365,
"entropy": 0.35,
"varentropy": 3.55,
},
MaskToken.PARAMETER_VALUE.value: {
"entropy": 0.5437773168087006,
"varentropy": 0.49826696813106713,
"entropy": 0.15,
"varentropy": 0.5,
},
}