|
|
@@ -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"
|