8 lines
145 B
Python
8 lines
145 B
Python
# Copyright (c) ModelScope Contributors. All rights reserved.
|
|
from ..llm_train import Target
|
|
|
|
|
|
class RLHFTarget(Target):
|
|
|
|
group = 'llm_rlhf'
|