From 5855dded3db7a205bc0d8476caf2fa46a0404c13 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Tue, 10 Oct 2023 21:51:56 +0900 Subject: [PATCH] fix(doc): update default doc according to arg (#714) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1610f7bda8..f22ccb5939 100644 --- a/README.md +++ b/README.md @@ -469,12 +469,13 @@ datasets: type: # The below are defaults. only set what's needed. system_prompt: "" + system_format: "{system}" field_system: system field_instruction: instruction - field_output: input + field_input: input + field_output: output # Customizable to be single line or multi-line - system_format: "{system}" # 'format' can include {input} format: |- User: {instruction} {input} @@ -482,7 +483,7 @@ datasets: # 'no_input_format' cannot include {input} no_input_format: "{instruction} " - # For completions datsets, uses the provided field if not `text` + # For `completion` datsets only, uses the provided field instead of `text` column field: # Axolotl attempts to save the dataset as an arrow after packing the data together so