Reuse cjk variable
This commit is contained in:
Родитель
4aabc05f4f
Коммит
1c5929b3bd
|
@ -15,14 +15,12 @@ from typing import Any, Generator, Optional
|
|||
from pipeline.common.downloads import read_lines, write_lines
|
||||
from pipeline.common.logging import get_logger
|
||||
from pipeline.common.command_runner import apply_command_args, run_command_pipeline
|
||||
from pipeline.data.cjk import CJK_LANGS
|
||||
|
||||
logger = get_logger(__file__)
|
||||
train_dir = Path(__file__).parent
|
||||
|
||||
|
||||
CJK_LANGS = ["zh", "ja", "ko"]
|
||||
|
||||
|
||||
class ModelType(Enum):
|
||||
student = "student"
|
||||
teacher = "teacher"
|
||||
|
|
Загрузка…
Ссылка в новой задаче