modelscope--ms-swift
8 行
151 B
Python
8 行
151 B
Python
# Copyright (c) ModelScope Contributors. All rights reserved.
|
|
from ..llm_train import ReportTo
|
|
|
|
|
|
class RLHFReportTo(ReportTo):
|
|
|
|
group = 'llm_rlhf'
|