"INSTALL/grub/vscode:/vscode.git/clone" did not exist on "9a2a7e83ebabab9d4672905391d06da98a00ffc5"
Commit a1c34bd2 authored by Stefan Schweter's avatar Stefan Schweter
Browse files

distillation: fix ModuleNotFoundError error in token counts script

parent d7a4c325
......@@ -19,7 +19,7 @@ from collections import Counter
import argparse
import pickle
from utils import logger
from examples.distillation.utils import logger
if __name__ == '__main__':
parser = argparse.ArgumentParser(description="Token Counts for smoothing the masking probabilities in MLM (cf XLM/word2vec)")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment