From 4254597b90f2b316085a8df534c6dc0744d822d1 Mon Sep 17 00:00:00 2001 From: Pierre Chambon Date: Thu, 16 Jun 2022 18:41:18 +0000 Subject: [PATCH] Update config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 816bce1..b3e360b 100644 --- a/config.json +++ b/config.json @@ -18,7 +18,7 @@ "4": "HOSPITAL", "5": "ID", "6": "PATIENT", - "7": "PHONE", + "7": "PHONE" }, "initializer_range": 0.02, "intermediate_size": 3072, @@ -31,7 +31,7 @@ "HOSPITAL": 4, "ID": 5, "PATIENT": 6, - "PHONE": 7, + "PHONE": 7 }, "layer_norm_eps": 1e-12, "length_penalty": 1.0,