Skip to content

Commit 91ed7bf

Browse files
Merge pull request #88 from opentensor/activate-blacklist
Activate blacklist
2 parents 01a3660 + 499d129 commit 91ed7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prompting/validators/reward/blacklist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ def name(self) -> str:
4343

4444
def __init__(
4545
self,
46-
boundary: float = 10,
46+
boundary: float = 40,
4747
n_min: int = 5,
48-
n_max: int = 14,
48+
n_max: int = 10,
4949
word_limit: int = 2000,
5050
A: float = 1.3,
5151
preprocess: str = "[^(\\w|\\s)]",

0 commit comments

Comments
 (0)