diff --git a/README.md b/README.md
index d5306dfe57a0af3e6a95587ae054169e49503138..a19e9e205309f98b9fa06ce8cba20d41aff0374b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
## 近期更新
-- **2020.11.20**,发布2.0版本,全面迁移动态图编程模式,服务化部署Serving能力升级;新增手部关键点检测1个、图像动漫化类12个、图片编辑类3个,语音合成类3个,句法分析1个,预训练模型总量到达 **【182】** 个。
+- **2020.11.20**,发布2.0-beta版本,全面迁移动态图编程模式,服务化部署Serving能力升级;新增手部关键点检测1个、图像动漫化类12个、图片编辑类3个,语音合成类3个,句法分析1个,预训练模型总量到达 **【182】** 个。
- **2020.10.09**,新增OCR多语言系列模型4个,图像编辑模型4个,预训练模型总量到达 **【162】** 个。
- **2020.09.27**,新增文本生成模型6个,图像分割模型1个,预训练模型总量到达 **【154】** 个。
- **2020.08.13**,发布v1.8.1,新增人像分割模型Humanseg,支持EMNLP2019-Sentence-BERT作为文本匹配任务网络,预训练模型总量到达 **【147】** 个。
@@ -98,7 +98,7 @@
### 词法分析
-- 效果优秀的中文分词算法。
+- 效果优秀的中文分词、词性标注与命名实体识别的模型。
@@ -110,7 +110,7 @@
### 句法分析
-- 效果优秀的句法分析算法。
+- 效果领先的中文句法分析模型。
@@ -122,7 +122,7 @@
### 文本审核
-- 包含色情文本的审核,多种算法可选。
+- 包含中文色情文本的审核,多种算法可选。
@@ -160,8 +160,8 @@
### 视频分类
-- 包含短视频分类,支持3000+标签种类,多种算法可选。
-- `举例:输入一段游泳的短视频,算法可以准确判断为"游泳"结果`
+- 包含短视频分类,支持3000+标签种类,可输出TOP-K标签,多种算法可选。
+- `举例:输入一段游泳的短视频,算法可以输出"游泳"结果`
@@ -173,7 +173,7 @@
-
+
## 欢迎加入PaddleHub技术交流群
- 在使用模型过程中有任何问题,可以加入官方微信群,获得更高效的问题答疑,与各行各业开发者充分交流,期待您的加入。
@@ -189,7 +189,7 @@
- [命令行调用](./docs/quick_experience/cmd_quick_run.md)
- [Python API调用](./docs/quick_experience/python_use_hub.md)
- [在线运行体验demo【Official】](https://github.com/PaddlePaddle/PaddleHub/tree/release/v1.8/demo)
- - [生态趣味项目demo【ThirdPary】](./docs/quick_experience/more_demos.md)
+ - [生态趣味项目demo【ThirdParty】](./docs/quick_experience/more_demos.md)
- 丰富的预训练模型 182 个
- [精品特色模型](./docs/figure.md)
- 计算机视觉 126 个
@@ -213,9 +213,9 @@
- 视频5个
- [视频分类 5 个](./modules/video/README.md)
- 部署
+ - [本地Inference部署](./docs/quick_experience/python_use_hub.md)
- [一行代码服务化部署](./docs/tutorial/serving.md)
- - C++ Inference 部署(建议加群沟通)
- - 移动端 Lite 部署(建议加群沟通)
+ - [移动端 Lite 部署(跳转Lite教程)](https://paddle-lite.readthedocs.io/zh/latest/quick_start/tutorial.html)
- 进阶文档
- [命令行工具详解](./docs/tutorial/cmdintro.md)
- [自定义数据迁移学习](./docs/tutorial/how_to_load_data.md)
diff --git a/modules/audio/README.md b/modules/audio/README.md
index aab883e224bd4e2c358b9f26476fd405ec2554f0..20918f86fa51ed3d2e5490bfefad76ec130afb8c 100644
--- a/modules/audio/README.md
+++ b/modules/audio/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【语音合成】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【语音合成】](https://www.paddlepaddle.org.cn/hublist)**
### 文字识别
语音合成(TTS)任务可以实现讲文字转化为语音,已经广泛应用于各种语音交互设备中。
diff --git a/modules/image/Image_editing/README.md b/modules/image/Image_editing/README.md
index 345256909d507bb0b6fdddf86ea0221641e2e15b..83260149039171d28ed189dc4a98d5fa77178036 100644
--- a/modules/image/Image_editing/README.md
+++ b/modules/image/Image_editing/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【图像编辑】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【图像编辑】](https://www.paddlepaddle.org.cn/hublist)**
diff --git a/modules/image/Image_gan/README.md b/modules/image/Image_gan/README.md
index 639108deafe64c8e30f600644824838695f8daad..05f022bc6a3ee3451ebcf5f750b7f7a5dd413c2b 100644
--- a/modules/image/Image_gan/README.md
+++ b/modules/image/Image_gan/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【图像生成】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【图像生成】](https://www.paddlepaddle.org.cn/hublist)**
diff --git a/modules/image/classification/README.md b/modules/image/classification/README.md
index eb177792f4bc326e6ce690a3b514526cc225664b..1793b4bfa76fcb1f42619d27d96583cd7fe94d6a 100644
--- a/modules/image/classification/README.md
+++ b/modules/image/classification/README.md
@@ -1,5 +1,5 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【图像分类】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【图像分类】](https://www.paddlepaddle.org.cn/hublist)**
### 图像分类
diff --git a/modules/image/face_detection/README.md b/modules/image/face_detection/README.md
index 1968b3f969f418b76bdd3899cb710171287b620a..91714e79ebc584b39f863ca1e9d43c596fb1057d 100644
--- a/modules/image/face_detection/README.md
+++ b/modules/image/face_detection/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【人脸检测】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【人脸检测】](https://www.paddlepaddle.org.cn/hublist)**
### 人脸检测
人脸检测属于目标检测的一个重要分支,由于近年来安防市场、人脸识别、人脸安全方面的原因,成为目标检测中最重要的任务之一。
diff --git a/modules/image/keypoint_detection/README.md b/modules/image/keypoint_detection/README.md
index ad0858bce9e2cf65c183b7b9e962a6f77be0f9ef..01021c9b7e1381330b7bd5e26dd52c4cf323494c 100644
--- a/modules/image/keypoint_detection/README.md
+++ b/modules/image/keypoint_detection/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【关键点检测】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【关键点检测】](https://www.paddlepaddle.org.cn/hublist)**
#### 关键点检测
diff --git a/modules/image/object_detection/README.md b/modules/image/object_detection/README.md
index cf8cbf3de80e3bfca118aa346483f66853648ae6..474ad3e9c99bb174f2843fe15cd2f8006c229042 100644
--- a/modules/image/object_detection/README.md
+++ b/modules/image/object_detection/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【目标检测】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【目标检测】](https://www.paddlepaddle.org.cn/hublist)**
diff --git a/modules/image/semantic_segmentation/README.md b/modules/image/semantic_segmentation/README.md
index 6ab92d42731038a0dda2923270b122e38dbe4417..8e35bc8ea449795c1369283ce9d28c6eb85785cc 100644
--- a/modules/image/semantic_segmentation/README.md
+++ b/modules/image/semantic_segmentation/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【图像分割】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【图像分割】](https://www.paddlepaddle.org.cn/hublist)**
### 图像分割
diff --git a/modules/image/text_recognition/README.md b/modules/image/text_recognition/README.md
index d63ad9e61c3fe0f7c795cfc6eb3f451e44a3359b..6758d009054d3e5effcc9d2b4345e7dbbc5de256 100644
--- a/modules/image/text_recognition/README.md
+++ b/modules/image/text_recognition/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【文字识别】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【文字识别】](https://www.paddlepaddle.org.cn/hublist)**
### 文字识别
文字识别(OCR)是计算机视觉重要任务之一,主要用于图像中文本信息的提取,具有重要的产业实践意义。
diff --git a/modules/text/language_model/README.md b/modules/text/language_model/README.md
index 39ce95774ae068cbccd711cc9d3639509e8d3168..836a9d45e51f4fa460d29755fd062366b07ce774 100644
--- a/modules/text/language_model/README.md
+++ b/modules/text/language_model/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【语言模型】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【语言模型】](https://www.paddlepaddle.org.cn/hublist)**
### 语言模型
diff --git a/modules/text/lexical_analysis/README.md b/modules/text/lexical_analysis/README.md
index 764ff952ff91b6d996959c5709f8fc8e620d268e..d48577993a8c0587bde85d7165c914311fe014e3 100644
--- a/modules/text/lexical_analysis/README.md
+++ b/modules/text/lexical_analysis/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【词法分析】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【词法分析】](https://www.paddlepaddle.org.cn/hublist)**
### 词法分析
diff --git a/modules/text/sentiment_analysis/README.md b/modules/text/sentiment_analysis/README.md
index 94adc49f08f93cce10324bd83b7df1765a561578..8109e7d59a55d1e75e854311bc69eebe10f84aea 100644
--- a/modules/text/sentiment_analysis/README.md
+++ b/modules/text/sentiment_analysis/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【情感分析】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【情感分析】](https://www.paddlepaddle.org.cn/hublist)**
### 情感分析
情感倾向分析(Sentiment Classification,简称Senta)针对带有主观描述的中文文本,可自动判断该文本的情感极性类别并给出相应的置信度,能够帮助企业理解用户消费习惯、分析热点话题和危机舆情监控,为企业提供有利的决策支持。
diff --git a/modules/text/syntactic_analysis/README.md b/modules/text/syntactic_analysis/README.md
index e13dacadf46ea05b770a830cefa5100bffcb7bb5..608262d1d8e8e3fae44523d6a2933edf67989f12 100644
--- a/modules/text/syntactic_analysis/README.md
+++ b/modules/text/syntactic_analysis/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【句法分析】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【句法分析】](https://www.paddlepaddle.org.cn/hublist)**
### 句法分析
diff --git a/modules/text/text_generation/README.md b/modules/text/text_generation/README.md
index fc1a233abfd79a1b494ed89e021027b49e3302c9..9443d555208e4ef1a223880bc79ad2f8e83f0904 100644
--- a/modules/text/text_generation/README.md
+++ b/modules/text/text_generation/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【文本生成】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【文本生成】](https://www.paddlepaddle.org.cn/hublist)**
### 文本生成
diff --git a/modules/text/text_review/README.md b/modules/text/text_review/README.md
index ac294a3c963c3d00912c339e3b178e5611a8eee3..f4514db0e2dc978472b66e9fa2a2076a97e5b16f 100644
--- a/modules/text/text_review/README.md
+++ b/modules/text/text_review/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【文本审核】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【文本审核】](https://www.paddlepaddle.org.cn/hublist)**
### 文本审核
diff --git a/modules/video/README.md b/modules/video/README.md
index 478193b150dd08393703dbcdba4cbbe7f27b0523..4787d0a46c85d97b60a54a885e2052def11069ed 100644
--- a/modules/video/README.md
+++ b/modules/video/README.md
@@ -1,4 +1,4 @@
-## **更好用户体验,建议参考WEB端官方文档 -> [【视频分类】](https://www.paddlepaddle.org.cn/hubdetail)**
+## **更好用户体验,建议参考WEB端官方文档 -> [【视频分类】](https://www.paddlepaddle.org.cn/hublist)**
### 视频分类
视频数据包含语音、图像等多种信息,因此理解视频任务不仅需要处理语音和图像,还需要提取视频帧时间序列中的上下文信息,视频分类模型适用于各类短视频快速打标签等场景。