mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-18 12:50:38 +08:00
add ziya prompt template
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from .common import (
|
||||
load_pretrained,
|
||||
prepare_args,
|
||||
prepare_infer_args,
|
||||
prepare_data,
|
||||
preprocess_data
|
||||
)
|
||||
@@ -13,5 +14,4 @@ from .seq2seq import ComputeMetrics, Seq2SeqPeftTrainer
|
||||
from .pairwise import PairwiseDataCollatorWithPadding, PairwisePeftTrainer
|
||||
from .ppo import PPOPeftTrainer
|
||||
|
||||
from .config import ModelArguments, FinetuningArguments
|
||||
from .other import get_logits_processor, plot_loss
|
||||
|
||||
Reference in New Issue
Block a user