From 314f67e0edc554f3dc8a283a8e43b3822759a019 Mon Sep 17 00:00:00 2001 From: Xiaoyao Xi <24541791+xixiaoyao@users.noreply.github.com> Date: Tue, 4 Feb 2020 01:50:45 +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 8370618..bdfa60b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ With PaddlePALM, it is easy to achieve effecient exploration of robust learning Beyond the research scope, PaddlePALM has been applied on **Baidu Search Engine** to seek for more accurate user query understanding and answer mining, which implies the high reliability and performance of PaddlePALM. -##### Features: +#### Features: - **Easy-to-use:** with PALM, *8 steps* to achieve a typical NLP task. Moreover, the model backbone, dataset reader and task output layers have been decoupled, which allows the replacement of any component to other candidates with quite minor changes of your code. - **Multi-task Learning friendly:** *6 steps* to achieve multi-task learning for prepared tasks. -- GitLab