Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyouga committed May 20, 2024
1 parent 9b0f4d7 commit 7262679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/hh_rlhf_en/hh_rlhf_en.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def _info(self) -> datasets.DatasetInfo:
features = datasets.Features(
{
"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"))),
}
)
Expand Down

0 comments on commit 7262679

Please sign in to comment.