From 8855c7dd29e2b3364a2e37dc57174511d192c844 Mon Sep 17 00:00:00 2001 From: Meiyim Date: Wed, 14 Oct 2020 19:36:15 +0800 Subject: [PATCH] Update README.zh.md (#580) * Update README.zh.md * Update README.en.md --- README.en.md | 1 + README.zh.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 9bc27dd..59312ee 100644 --- a/README.en.md +++ b/README.en.md @@ -301,6 +301,7 @@ For full reproduction of paper results, please checkout to `repro` branch of thi ### Communication +- [ERNIE homepage](https://wenxin.baidu.com/) - [Github Issues](https://github.com/PaddlePaddle/ERNIE/issues): bug reports, feature requests, install issues, usage issues, etc. - QQ discussion group: 760439550 (ERNIE discussion group). - QQ discussion group: 958422639 (ERNIE discussion group-v2). diff --git a/README.zh.md b/README.zh.md index 3d9311d..b874cd3 100644 --- a/README.zh.md +++ b/README.zh.md @@ -304,7 +304,7 @@ ids = np.expand_dims(ids, -1) # ids.shape==[BATCH, SEQLEN, 1] 若希望复现 paper 中的所有实验,请切换至本repo的`repro`分支。 ### 讨论组 -- [ERNIE官方主页](https://www.paddlepaddle.org.cn/ernie) +- [ERNIE官方主页](https://wenxin.baidu.com/) - [Github Issues](https://github.com/PaddlePaddle/ERNIE/issues): bug reports, feature requests, install issues, usage issues, etc. - QQ 群: 760439550 (ERNIE discussion group). - QQ 2群: 958422639 (ERNIE discussion group-v2). -- GitLab