From bbad3cb42fd711115ff15056150b43bd0d48d6a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E5=B4=9A=E9=AA=81?= <function2@qq.com>
Date: Mon, 28 Sep 2020 11:34:46 +0800
Subject: [PATCH] fix a minor typo in crosswoz database (#133)

* update sumbt translation train result with evaluation mode set

* update extract values

* automatically download sumbt model

* dstc9 eval

* dstc9 xldst evaluation

* modify example

* add .gitignore

* remove precision, recall, f1

* release 250 test data

* revise evaluation

* fix file submission example

* update precision, recall, f1 calculation

* minor change

* fix a database typo
---
 data/crosswoz/database/hotel_db.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/data/crosswoz/database/hotel_db.json b/data/crosswoz/database/hotel_db.json
index 70ee0c1..ae90665 100755
--- a/data/crosswoz/database/hotel_db.json
+++ b/data/crosswoz/database/hotel_db.json
@@ -10317,8 +10317,6 @@
             "地铁": "西单地铁站F1口",
             "电话": "010-58379999",
             "酒店设施": [
-                "\n                                ",
-                "\n                            ",
                 "无烟房",
                 "商务中心",
                 "早餐服务",
-- 
GitLab