浏览代码

Update config.yaml

llc 3 月之前
父节点
当前提交
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"