From 2c34f8d0c769341ce6c0b4eb3fb4291f77fcf581 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 25 May 2023 17:44:58 +0900 Subject: [PATCH] Update dataset type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bab0722f..1f90be3d6 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ datasets: # this can be either a hf dataset, or relative path - path: vicgalle/alpaca-gpt4 # The type of prompt to use for training. [alpaca, sharegpt, gpteacher, oasst, reflection] - type: alpaca + type: alpaca # format OR format:prompt_style (chat/instruct) data_files: # path to source data files shards: # true if use subset data. make sure to set `shards` param also shards: # number of shards to split dataset into