Commit 672f694
authored
Fix: Assign SummaCZS instance to
Previously, the SummaCZS model was instantiated but not assigned, causing
`self.summac` to remain `None` and leading to runtime errors during scoring.
This fix ensures the model is correctly cached in `self.summac`.self.summac in Faithfulness metric (#795)1 parent 53df859 commit 672f694
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | | - | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
700 | 702 | | |
701 | 703 | | |
702 | 704 | | |
| |||
0 commit comments