Skip to content

Commit

Permalink
tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed May 21, 2024
1 parent b344f6a commit c60d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beignet/tokenizers/__protein_mlm_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
VOCAB_FILES_NAMES = {"vocab_file": "vocab.txt"}

VOCAB_PATH = (
importlib.resources.files("lobster") / "assets" / "pmlm_tokenizer" / "vocab.txt"
importlib.resources.files("beignet") / "assets" / "pmlm_tokenizer" / "vocab.txt"
)

PRETRAINED_VOCAB_FILES_MAP = {
Expand Down

0 comments on commit c60d23e

Please sign in to comment.