fix(doc): update default doc according to arg (#714)
Browse files
README.md
CHANGED
@@ -469,12 +469,13 @@ datasets:
|
|
469 |
type:
|
470 |
# The below are defaults. only set what's needed.
|
471 |
system_prompt: ""
|
|
|
472 |
field_system: system
|
473 |
field_instruction: instruction
|
474 |
-
|
|
|
475 |
|
476 |
# Customizable to be single line or multi-line
|
477 |
-
system_format: "{system}"
|
478 |
# 'format' can include {input}
|
479 |
format: |-
|
480 |
User: {instruction} {input}
|
@@ -482,7 +483,7 @@ datasets:
|
|
482 |
# 'no_input_format' cannot include {input}
|
483 |
no_input_format: "{instruction} "
|
484 |
|
485 |
-
# For
|
486 |
field:
|
487 |
|
488 |
# Axolotl attempts to save the dataset as an arrow after packing the data together so
|
|
|
469 |
type:
|
470 |
# The below are defaults. only set what's needed.
|
471 |
system_prompt: ""
|
472 |
+
system_format: "{system}"
|
473 |
field_system: system
|
474 |
field_instruction: instruction
|
475 |
+
field_input: input
|
476 |
+
field_output: output
|
477 |
|
478 |
# Customizable to be single line or multi-line
|
|
|
479 |
# 'format' can include {input}
|
480 |
format: |-
|
481 |
User: {instruction} {input}
|
|
|
483 |
# 'no_input_format' cannot include {input}
|
484 |
no_input_format: "{instruction} "
|
485 |
|
486 |
+
# For `completion` datsets only, uses the provided field instead of `text` column
|
487 |
field:
|
488 |
|
489 |
# Axolotl attempts to save the dataset as an arrow after packing the data together so
|