From b7df3b1531e05ef6d5cc166aa26c1d90b7041d7c Mon Sep 17 00:00:00 2001
From: heck <heckmi@hhu.de>
Date: Wed, 15 Jul 2020 16:43:17 +0000
Subject: [PATCH] fix dataset_config

---
 dataset_config/multiwoz21.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dataset_config/multiwoz21.json b/dataset_config/multiwoz21.json
index 2fff3bb..c420933 100644
--- a/dataset_config/multiwoz21.json
+++ b/dataset_config/multiwoz21.json
@@ -7,7 +7,7 @@
     "false",
     "refer",
     "inform"
-  ]
+  ],
   "slots": [
     "taxi-leaveAt",
     "taxi-destination",
@@ -39,7 +39,7 @@
     "train-day",
     "train-arriveBy",
     "train-departure"
-  ]
+  ],
   "label_maps": {
     "guest house": [
       "guest houses"
-- 
GitLab