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