From b9c0043d3a885de15556a7d9b9d348389c1b96b4 Mon Sep 17 00:00:00 2001 From: Deng Cai Date: Wed, 3 Jun 2020 10:17:11 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7a439..d5de4cc 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The following instruction assumes that you're training on AMR 2.0 ([LDC2017T10]( `sh train.sh data/AMR/amr_2.0` -It is recommended to use [fast smatch](./tools/fast_smatch) for model selection. +The training process will produce many checkpoints and the corresponding output on dev set. To select the best checkpoint, one can evaluate the dev output files (need to do postprocessing first). It is recommended to use [fast smatch](./tools/fast_smatch) for model selection. ### Evaluation