neuralworm commited on
Commit
40213b0
·
1 Parent(s): 4af23c4
bp_phi/__pycache__/prompts_en.cpython-310.pyc CHANGED
Binary files a/bp_phi/__pycache__/prompts_en.cpython-310.pyc and b/bp_phi/__pycache__/prompts_en.cpython-310.pyc differ
 
bp_phi/__pycache__/runner.cpython-310.pyc CHANGED
Binary files a/bp_phi/__pycache__/runner.cpython-310.pyc and b/bp_phi/__pycache__/runner.cpython-310.pyc differ
 
bp_phi/runner.py CHANGED
@@ -10,7 +10,7 @@ from transformers import set_seed
10
  from typing import Dict, Any
11
  from .llm_iface import LLM
12
  from .prompts_en import RESONANCE_PROMPTS, SHOCK_TEST_STIMULI
13
- from .runner_utils import dbg
14
 
15
  # --- Experiment 1: Silent Cogitation & Halting Runner ---
16
  def run_silent_cogitation_test(model_id: str, seed: int, prompt_type: str, num_steps: int, timeout: int) -> Dict[str, Any]:
 
10
  from typing import Dict, Any
11
  from .llm_iface import LLM
12
  from .prompts_en import RESONANCE_PROMPTS, SHOCK_TEST_STIMULI
13
+ from .runner_utils import dbg, DEBUG
14
 
15
  # --- Experiment 1: Silent Cogitation & Halting Runner ---
16
  def run_silent_cogitation_test(model_id: str, seed: int, prompt_type: str, num_steps: int, timeout: int) -> Dict[str, Any]:
repo.txt CHANGED
@@ -358,7 +358,7 @@ from transformers import set_seed
358
  from typing import Dict, Any
359
  from .llm_iface import LLM
360
  from .prompts_en import RESONANCE_PROMPTS, SHOCK_TEST_STIMULI
361
- from .runner_utils import dbg
362
 
363
  # --- Experiment 1: Silent Cogitation & Halting Runner ---
364
  def run_silent_cogitation_test(model_id: str, seed: int, prompt_type: str, num_steps: int, timeout: int) -> Dict[str, Any]:
 
358
  from typing import Dict, Any
359
  from .llm_iface import LLM
360
  from .prompts_en import RESONANCE_PROMPTS, SHOCK_TEST_STIMULI
361
+ from .runner_utils import dbg, DEBUG
362
 
363
  # --- Experiment 1: Silent Cogitation & Halting Runner ---
364
  def run_silent_cogitation_test(model_id: str, seed: int, prompt_type: str, num_steps: int, timeout: int) -> Dict[str, Any]: