We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81fbfc commit 724916bCopy full SHA for 724916b
src/dataset/load.py
@@ -21,7 +21,7 @@
21
22
23
# GBオーダー
24
-load_dataset("cognitivecomputations/dolphin", trust_remote_code=True)
+load_dataset("cognitivecomputations/dolphin", "all", trust_remote_code=True)
25
load_dataset("Open-Orca/OpenOrca", trust_remote_code=True)
26
27
# デカい
0 commit comments