liguodongiot / llm-action

本项目旨在分享大模型相关技术原理以及实战经验。
https://www.zhihu.com/column/c_1456193767213043713
Apache License 2.0
9.1k stars 885 forks source link

这个两个import是哪个包里面的? #1

Closed beginOfAll closed 1 year ago

beginOfAll commented 1 year ago

chatglm/main.py,line number:32 ,34

from trainer_seq2seq import Seq2SeqTrainer from arguments import ModelArguments, DataTrainingArguments

liguodongiot commented 1 year ago

ChatGLM-6B官方提供的哈