Skip to content

Commit cc5e930

Browse files
committed
Update src/dataset/load.py
1 parent f87036a commit cc5e930

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/dataset/load.py

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
# マルチターン対話
1313
load_dataset("LDJnr/Capybara", trust_remote_code=True)
1414

15+
# Instruction
16+
load_dataset("OpenAssistant/oasst1", trust_remote_code=True)
17+
load_dataset("OpenAssistant/oasst2", trust_remote_code=True)
18+
# RLHF
19+
load_dataset("Anthropic/hh-rlhf", trust_remote_code=True)
20+
load_dataset("shi3z/anthropic_hh_rlhf_japanese", trust_remote_code=True)
21+
22+
1523
# GBオーダー
1624
load_dataset("cognitivecomputations/dolphin", trust_remote_code=True)
1725
load_dataset("Open-Orca/OpenOrca", trust_remote_code=True)

0 commit comments

Comments
 (0)