From 0f91e8a3e12526913d4f2a58dafc6588e3fda04d Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Mon, 24 Feb 2025 10:47:14 +0100 Subject: [PATCH] stop forcing generation count for mini phrasing probes --- garak/probes/phrasing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/garak/probes/phrasing.py b/garak/probes/phrasing.py index 01d4cdd40..90fe49878 100644 --- a/garak/probes/phrasing.py +++ b/garak/probes/phrasing.py @@ -17,7 +17,6 @@ class TenseMini: def _minify_prompts(self): random.shuffle(self.prompts) self.prompts = self.prompts[:200] - self.generations = 1 class PastTense(Probe):