Update.
authorFrançois Fleuret <francois@fleuret.org>
Mon, 1 Jul 2024 07:14:24 +0000 (10:14 +0300)
committerFrançois Fleuret <francois@fleuret.org>
Mon, 1 Jul 2024 07:14:24 +0000 (10:14 +0300)
quizz_machine.py

index 0dfbfcc..eae256b 100755 (executable)
@@ -386,8 +386,10 @@ class QuizzMachine:
         ar_mask_solve = 1 - ar_mask_prompt
         seq_logproba = torch.empty(ar_mask_prompt.size(0), device=self.device)
 
+        warnings.warn("very high temperature with reversed cleanup", RuntimeWarning)
+        temperature = 10
+
         # warnings.warn("noise injection", RuntimeWarning)
-        temperature = 1
         # noise_std = torch.rand(1).item()
         # self.logger(f"{noise_std=}")