From d20fdfdf03d963232c139f98d320a476e1056ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lamercerie?= <aurelien.lamercerie@tetras-libre.fr> Date: Mon, 6 Mar 2023 11:32:06 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fc94690..bce14672 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ So, it is necessary to install the models used by amrlib library. Models can be downloaded from [amrlib-models](https://github.com/bjascob/amrlib-models). -These files need to be extracted and reside in a directory. The path to this directory can then be passed as a parameter of the main method. The model STOG 'xfm_bart_large-v0_1_0' (from source dir 'amrbatch/models/') is used by default if no model is given. +These files need to be extracted and reside in a directory. The path to this directory can then be passed as a parameter of the main method. ## Usage -- GitLab