mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-30 08:57:44 +00:00
use enum value when generate hypothesis (#1091)
This commit is contained in:
@@ -604,7 +604,7 @@ class DSProposalV2ExpGen(ExpGen):
|
||||
resp_dict = {
|
||||
h.caption: {
|
||||
"reason": h.challenge,
|
||||
"component": h.component,
|
||||
"component": h.component.value,
|
||||
"hypothesis": h.hypothesis,
|
||||
"evaluation": {
|
||||
"alignment_score": h.evaluation.alignment.score,
|
||||
|
||||
Reference in New Issue
Block a user