llc 3 сар өмнө
parent
commit
94694983d0
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      config.yaml

+ 2 - 2
config.yaml

@@ -44,7 +44,7 @@ datasets:
 
   # Option 3: WizardLM uncensored (flat format)
   wizardlm_uncensored:
-    name: "ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered"
+    name: "QuixiAI/WizardLM_alpaca_evol_instruct_70k_unfiltered"
     split: "train"
     format: "flat"
     instruction_field: "instruction"
@@ -66,7 +66,7 @@ datasets:
     format: "flat"
     instruction_field: "behavior"
     output_field: "answer"
-    system_field: "test_case"
+    system_field: null
 
   python-1:
     name: "Programming-Language/codeagent-python"