"examples/movement-pruning/vscode:/vscode.git/clone" did not exist on "db2a3b2e01a91a5f37ad1922bc47ed4203375552"
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
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