Reuse enonce groups if availabel in annotating_by_label
This commit is contained in:
@@ -93,6 +93,14 @@ class EvaluationWorkspace:
|
||||
def labels_file(self) -> Path:
|
||||
return self.root / "labels"
|
||||
|
||||
@property
|
||||
def label_groups_file(self) -> Path:
|
||||
return self.root / "label_groups"
|
||||
|
||||
@property
|
||||
def gemini_exam_items_file(self) -> Path:
|
||||
return self.root / "Tmp" / "exam_items.txt"
|
||||
|
||||
@property
|
||||
def correction_file(self) -> Path:
|
||||
return self.root / "correction.json"
|
||||
|
||||
Reference in New Issue
Block a user