DoctorChaos commited on
Commit
b10eaf7
·
verified ·
1 Parent(s): 44c753f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ avoid_anchors = ["Python", "JavaScript"]
73
  output = spa_model.generate_with_spa(
74
  prompt=prompt,
75
  anchors=avoid_anchors,
76
- anchoring_strength=-1.0, # Negative strength for avoidance
77
  max_new_tokens=200
78
  )
79
 
 
73
  output = spa_model.generate_with_spa(
74
  prompt=prompt,
75
  anchors=avoid_anchors,
76
+ anchoring_strength=-1.0, # Negative strength for reversed influence
77
  max_new_tokens=200
78
  )
79