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