From 97da3d86012c1a71197d486c4ba8140a63e7222a Mon Sep 17 00:00:00 2001 From: LEE JIHYUN <37920324+dlwlgus53@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:48:01 +0900 Subject: [PATCH] Update create_dataset.sh very small typo but annoying.. I fixed lexixal -> lexical --- create_dataset.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_dataset.sh b/create_dataset.sh index 9f0a5a9..75abc69 100755 --- a/create_dataset.sh +++ b/create_dataset.sh @@ -3,7 +3,7 @@ python preprocess_multiwoz.py delex # preprocess multiwoz with lexicalized responses -python preprocess_multiwoz.py lexixal +python preprocess_multiwoz.py lexical # create dataset for language modeling with SimpleTOD -python prepare_simpletod_data.py \ No newline at end of file +python prepare_simpletod_data.py