Skip to content
Snippets Groups Projects
Commit 717f0a7c authored by Ubuntu's avatar Ubuntu
Browse files

:zap: remove unnecessary import statement

parent 7a4c1649
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import logging
import argparse
from pathlib import Path
from lmppl.ppl_mlm import MaskedLM
from transformers import AutoTokenizer, AutoModelForMaskedLM
from transformers import AutoTokenizer
# Configure logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment