Browse Source

Update config.yaml

llc 3 months ago
parent
commit
58cf9b81bc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.yaml

+ 2 - 2
config.yaml

@@ -26,7 +26,7 @@ lora:
 datasets:
   # Option 1: General uncensored instruction-following (conversations format)
   wizard_vicuna:
-    name: "ehartford/wizard_vicuna_70k_unfiltered"
+    name: "QuixiAI/wizard_vicuna_70k_unfiltered"
     split: "train"
     format: "conversations"          # [{from: "human"/"gpt", value: "..."}]
     conversations_field: "conversations"
@@ -66,7 +66,7 @@ datasets:
     format: "flat"
     instruction_field: "behavior"
     output_field: "answer"
-    system_field: null
+    system_field: "test_case"
 
   python-1:
     name: "Programming-Language/codeagent-python"