Skip to content

Commit

Permalink
Update create_pretraining_data.py (mlcommons#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkanwar23 authored Feb 11, 2020
1 parent ed40d49 commit 436ba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language_model/tensorflow/bert/create_pretraining_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import collections
import random
from language.bert import tokenization
import tokenization
import tensorflow as tf

flags = tf.flags
Expand Down

0 comments on commit 436ba2f

Please sign in to comment.