From ff7244be73ea584a63ff67485c3eadd5c19be2a2 Mon Sep 17 00:00:00 2001 From: Xiaoyao Xi <24541791+xixiaoyao@users.noreply.github.com> Date: Sat, 8 Feb 2020 00:20:48 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0d753c..20aa503 100644 --- a/README.md +++ b/README.md @@ -191,9 +191,9 @@ Available pretrain items: For more implementation details, see following demos: - [Sentiment Classification](https://github.com/PaddlePaddle/PALM/tree/master/examples/classification) -- [Quora Question Pairs matching](https://github.com/PaddlePaddle/PALM/tree/master/examples/matching) -- [Tagging](https://github.com/PaddlePaddle/PALM/tree/master/examples/tagging) -- [SQuAD machine Reading Comprehension](https://github.com/PaddlePaddle/PALM/tree/master/examples/mrc). +- [Question Pairs matching](https://github.com/PaddlePaddle/PALM/tree/master/examples/matching) +- [Named Entity Recognition](https://github.com/PaddlePaddle/PALM/tree/master/examples/tagging) +- [SQuAD-like Machine Reading Comprehension](https://github.com/PaddlePaddle/PALM/tree/master/examples/mrc). #### Multi-task Learning -- GitLab