Merge pull request #1164 from stefan-it/master

distillation: fix ModuleNotFoundError error in token counts script
This commit is contained in:
Thomas Wolf 2019-09-02 02:00:07 +02:00 committed by GitHub
commit b6cd856b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)")