mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-02 11:42:49 +08:00
parent
5351e3945b
commit
7f6c37c68e
@ -34,7 +34,8 @@ class HhRlhfEn(datasets.GeneratorBasedBuilder):
|
|||||||
features = datasets.Features(
|
features = datasets.Features(
|
||||||
{
|
{
|
||||||
"instruction": datasets.Value("string"),
|
"instruction": datasets.Value("string"),
|
||||||
"output": datasets.Sequence(datasets.Value("string")),
|
"chosen": datasets.Value("string"),
|
||||||
|
"rejected": datasets.Value("string"),
|
||||||
"history": datasets.Sequence(datasets.Sequence(datasets.Value("string"))),
|
"history": datasets.Sequence(datasets.Sequence(datasets.Value("string"))),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user