mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-05 18:32:14 +08:00
parent
1c9427c1ba
commit
d9c5d4ee64
@ -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