update
This commit is contained in:
@@ -744,7 +744,7 @@ function evaluator(state::T1, text2textInstructLLM::Function;
|
||||
# mark the state as terminal state because the evaluation say so.
|
||||
state[:isterminal] = true
|
||||
|
||||
# user score as reward because different answers hold different value for the user.
|
||||
# evaluation score as reward because different answers hold different value for the user.
|
||||
state[:reward] = responsedict[:score]
|
||||
end
|
||||
println("\n~~~ Evaluator() ", @__FILE__, " ", @__LINE__)
|
||||
|
||||
Reference in New Issue
Block a user