This commit is contained in:
sgugger 2020-08-17 12:20:40 -04:00
parent b732e7e111
commit 7ca6ab67fc

View File

@ -14,8 +14,10 @@
# limitations under the License.
import logging
from typing import List, Optional
from .tokenization_roberta import RobertaTokenizer, RobertaTokenizerFast
from .tokenization_utils_base import BatchEncoding
logger = logging.getLogger(__name__)