Nanobit commited on
Commit
2c34f8d
1 Parent(s): 7bc28eb

Update dataset type

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -194,7 +194,7 @@ datasets:
194
  # this can be either a hf dataset, or relative path
195
  - path: vicgalle/alpaca-gpt4
196
  # The type of prompt to use for training. [alpaca, sharegpt, gpteacher, oasst, reflection]
197
- type: alpaca
198
  data_files: # path to source data files
199
  shards: # true if use subset data. make sure to set `shards` param also
200
  shards: # number of shards to split dataset into
 
194
  # this can be either a hf dataset, or relative path
195
  - path: vicgalle/alpaca-gpt4
196
  # The type of prompt to use for training. [alpaca, sharegpt, gpteacher, oasst, reflection]
197
+ type: alpaca # format OR format:prompt_style (chat/instruct)
198
  data_files: # path to source data files
199
  shards: # true if use subset data. make sure to set `shards` param also
200
  shards: # number of shards to split dataset into