Skip to content

Commit

Permalink
Fix import of FOCUS
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinjdobler committed Nov 6, 2023
1 parent 0b45d2a commit b5ffdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion focus_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
PreTrainedTokenizer,
)

from focus import FOCUS
from deepfocus import FOCUS

source_tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-base")
source_model: PreTrainedModel = AutoModelForMaskedLM.from_pretrained("xlm-roberta-base")
Expand Down

0 comments on commit b5ffdcf

Please sign in to comment.