"vscode:/vscode.git/clone" did not exist on "671f976e9a3193517ef52486ae9d1889b4107372"
Commit 27fb855b authored by Le Hou's avatar Le Hou Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 422638136
parent 143fd0b6
......@@ -18,7 +18,7 @@ import tempfile
import six
import tensorflow as tf
from official.nlp.bert import tokenization
from official.nlp.tools import tokenization
class TokenizationTest(tf.test.TestCase):
......
......@@ -21,7 +21,7 @@ from typing import Any, Callable, Dict, Optional, Text
from absl import logging
import tensorflow as tf
from official.nlp.bert import model_training_utils
from official.legacy.bert import model_training_utils
from official.nlp.xlnet import data_utils
# pytype: disable=attribute-error
......
......@@ -22,8 +22,8 @@ import urllib.parse
import tensorflow as tf
from official.nlp.bert import tokenization
from official.nlp.data import classifier_data_lib
from official.nlp.tools import tokenization
class RawDataProcessor(object):
......
......@@ -18,8 +18,8 @@ from typing import Optional, Text
from absl import logging
import tensorflow as tf
from official.legacy.bert import configs
from official.modeling.hyperparams import params_dict
from official.nlp.bert import configs
from official.projects.nhnet import configs as nhnet_configs
......
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