FritzStack commited on
Commit
d09b798
·
verified ·
1 Parent(s): 2e3eaba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ from TONY.COGNITIVE import CognitivePredictor, CognitivePredictor_mlx
26
 
27
  text = 'I keep thinking about how I messed up in college. I should have studied harder and done more with my life.'
28
  cogn = CognitivePredictor_mlx(model_name='FritzStack/COGN-QWEN4B-4bit-mlx-Q4')
29
- cogn.predict_cognitive(text)
30
  # Output:
31
  # Attention Bias: Negative
32
  # Interpretation Bias: Negative
 
26
 
27
  text = 'I keep thinking about how I messed up in college. I should have studied harder and done more with my life.'
28
  cogn = CognitivePredictor_mlx(model_name='FritzStack/COGN-QWEN4B-4bit-mlx-Q4')
29
+ cogn.predict_cognitive_features(text)
30
  # Output:
31
  # Attention Bias: Negative
32
  # Interpretation Bias: Negative