Spaces:
Running
Running
File size: 272 Bytes
da060de |
1 2 3 4 5 6 7 8 9 10 |
# -*- 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
|