Class: Insika::Evals::Judge::Verdict

Inherits:
Struct
  • Object
show all
Defined in:
lib/insika/evals/judge.rb

Overview

judges carries the per-model scores, so a split panel is visible in the report instead of hiding inside an average.

Instance Attribute Summary collapse

Instance Attribute Details

#judgesObject

Returns the value of attribute judges

Returns:

  • (Object)

    the current value of judges



30
31
32
# File 'lib/insika/evals/judge.rb', line 30

def judges
  @judges
end

#passObject

Returns the value of attribute pass

Returns:

  • (Object)

    the current value of pass



30
31
32
# File 'lib/insika/evals/judge.rb', line 30

def pass
  @pass
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



30
31
32
# File 'lib/insika/evals/judge.rb', line 30

def reason
  @reason
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



30
31
32
# File 'lib/insika/evals/judge.rb', line 30

def score
  @score
end