Chinese-Grammarly / t5 /__init__.py
TedYeh
add t5 package
da060de
raw
history blame contribute delete
272 Bytes
# -*- coding: utf-8 -*-
"""
@author:XuMing([email protected])
@description:
"""
from textgen.config.model_args import T5Args, CopyT5Args
from textgen.t5.t5_model import T5Model
from textgen.t5.copyt5_model import CopyT5Model
from textgen.t5.copyt5_utils import ZHTokenizer