Artvv commited on
Commit
b1b6f8c
·
verified ·
1 Parent(s): 09b2454

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -48,7 +48,7 @@ from peft import PeftModel
48
  import re
49
 
50
  class RationalityDebugger:
51
- def __init__(self, base_model="mistralai/Mistral-7B-v0.1", lora_model="your-username/rationality-debugger-v1.0"):
52
  """
53
  Initialize the cognitive bias and logical fallacy detector.
54
 
@@ -205,7 +205,7 @@ if __name__ == "__main__":
205
  # Create the analyzer
206
  analyzer = RationalityDebugger(
207
  base_model="mistralai/Mistral-7B-v0.1",
208
- lora_model="your-username/rationality-debugger-v1.0"
209
  )
210
 
211
  # Analysis example
 
48
  import re
49
 
50
  class RationalityDebugger:
51
+ def __init__(self, base_model="mistralai/Mistral-7B-v0.1", lora_model="Artvv/rationality-debugger-v1.0"):
52
  """
53
  Initialize the cognitive bias and logical fallacy detector.
54
 
 
205
  # Create the analyzer
206
  analyzer = RationalityDebugger(
207
  base_model="mistralai/Mistral-7B-v0.1",
208
+ lora_model="Artvv/rationality-debugger-v1.0"
209
  )
210
 
211
  # Analysis example