We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87036a commit cc5e930Copy full SHA for cc5e930
src/dataset/load.py
@@ -12,6 +12,14 @@
12
# マルチターン対話
13
load_dataset("LDJnr/Capybara", trust_remote_code=True)
14
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
23
# GBオーダー
24
load_dataset("cognitivecomputations/dolphin", trust_remote_code=True)
25
load_dataset("Open-Orca/OpenOrca", trust_remote_code=True)
0 commit comments