Update README.md
Browse files
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="
|
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="
|
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
|