Unverified Commit b6cd856b authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

Merge pull request #1164 from stefan-it/master

distillation: fix ModuleNotFoundError error in token counts script
parents ff7368eb a1c34bd2
...@@ -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