From 3cdd8e4122a7192b4369f7502df80c40b27e79b4 Mon Sep 17 00:00:00 2001 From: Charles Goddard Date: Sat, 15 Jul 2023 13:17:37 -0700 Subject: [PATCH] Add dataset name to all yaml options in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a09454eb..f3dab2c51 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ datasets: type: alpaca # format | format: (chat/instruct) | .load_ data_files: # path to source data files shards: # number of shards to split data into + name: # name of dataset configuration to load # axolotl attempts to save the dataset as an arrow after packing the data together so # subsequent training attempts load faster, relative path