Update dataset type
Browse files
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
|