Spaces:
Running
Running
| # -*- coding: utf-8 -*- | |
| """ | |
| @author:XuMing(xuming624@qq.com) | |
| @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 | |