chargoddard commited on
Commit
3cdd8e4
1 Parent(s): 46032a1

Add dataset name to all yaml options in README

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -350,6 +350,7 @@ datasets:
350
  type: alpaca # format | format:<prompt_style> (chat/instruct) | <prompt_strategies>.load_<load_fn>
351
  data_files: # path to source data files
352
  shards: # number of shards to split data into
 
353
 
354
  # axolotl attempts to save the dataset as an arrow after packing the data together so
355
  # subsequent training attempts load faster, relative path
 
350
  type: alpaca # format | format:<prompt_style> (chat/instruct) | <prompt_strategies>.load_<load_fn>
351
  data_files: # path to source data files
352
  shards: # number of shards to split data into
353
+ name: # name of dataset configuration to load
354
 
355
  # axolotl attempts to save the dataset as an arrow after packing the data together so
356
  # subsequent training attempts load faster, relative path