Fix previous commit
This commit is contained in:
parent
83cac0ec83
commit
54e9f23b8a
1 changed files with 0 additions and 5 deletions
|
@ -197,11 +197,6 @@ def generator_random_added_tokens(tokenizer, iterations=100) -> Iterator[str]:
|
|||
yield "".join(words)
|
||||
|
||||
|
||||
def generator_vocab_words(vocab: list[str]) -> Iterator[str]:
|
||||
"""Brute force check all vocab words"""
|
||||
yield from vocab
|
||||
|
||||
|
||||
def generator_random_chars(iterations=100) -> Iterator[str]:
|
||||
"""Brute force random text with simple characters"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue