Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
a1c34bd2
"INSTALL/grub/vscode:/vscode.git/clone" did not exist on "9a2a7e83ebabab9d4672905391d06da98a00ffc5"
Commit
a1c34bd2
authored
Aug 31, 2019
by
Stefan Schweter
Browse files
distillation: fix ModuleNotFoundError error in token counts script
parent
d7a4c325
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/distillation/scripts/token_counts.py
examples/distillation/scripts/token_counts.py
+1
-1
No files found.
examples/distillation/scripts/token_counts.py
View file @
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)"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment