Skip to content

Commit d2932d6

Browse files
committed
Update src/dataset/load.py
1 parent 724916b commit d2932d6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/dataset/load.py

+10-9
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,25 @@
44
from datasets.load import load_dataset
55

66
# TinyLlamaが使ってる
7-
load_dataset("HuggingFaceH4/ultrafeedback_binarized", trust_remote_code=True)
7+
# load_dataset("HuggingFaceH4/ultrafeedback_binarized", trust_remote_code=True)
88
# TinyLlamaが使ってる
9-
load_dataset("HuggingFaceH4/ultrachat_200k", trust_remote_code=True)
9+
# load_dataset("HuggingFaceH4/ultrachat_200k", trust_remote_code=True)
1010
# dolphinが使ってる
11-
load_dataset("ise-uiuc/Magicoder-Evol-Instruct-110K", trust_remote_code=True)
11+
# load_dataset("ise-uiuc/Magicoder-Evol-Instruct-110K", trust_remote_code=True)
1212
# マルチターン対話
13-
load_dataset("LDJnr/Capybara", trust_remote_code=True)
13+
# load_dataset("LDJnr/Capybara", trust_remote_code=True)
1414

1515
# Instruction
16-
load_dataset("OpenAssistant/oasst1", trust_remote_code=True)
17-
load_dataset("OpenAssistant/oasst2", trust_remote_code=True)
16+
# load_dataset("OpenAssistant/oasst1", trust_remote_code=True)
17+
# load_dataset("OpenAssistant/oasst2", trust_remote_code=True)
1818
# RLHF
19-
load_dataset("Anthropic/hh-rlhf", trust_remote_code=True)
20-
load_dataset("shi3z/anthropic_hh_rlhf_japanese", trust_remote_code=True)
19+
# load_dataset("Anthropic/hh-rlhf", trust_remote_code=True)
20+
# load_dataset("shi3z/anthropic_hh_rlhf_japanese", trust_remote_code=True)
2121

2222

2323
# GBオーダー
24-
load_dataset("cognitivecomputations/dolphin", "all", trust_remote_code=True)
24+
load_dataset("cognitivecomputations/dolphin", "flan1m-alpaca-uncensored", trust_remote_code=True)
25+
load_dataset("cognitivecomputations/dolphin", "flan5m-alpaca-uncensored", trust_remote_code=True)
2526
load_dataset("Open-Orca/OpenOrca", trust_remote_code=True)
2627

2728
# デカい

0 commit comments

Comments
 (0)