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 ...@@ -19,7 +19,7 @@ from collections import Counter
import argparse import argparse
import pickle import pickle
from utils import logger from examples.distillation.utils import logger
if __name__ == '__main__': if __name__ == '__main__':
parser = argparse.ArgumentParser(description="Token Counts for smoothing the masking probabilities in MLM (cf XLM/word2vec)") 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