wawltor

Results 6 issues of wawltor

### PR types New features ### PR changes APIs ### Description New features #### for the Transformers models serving ```python from paddlenlp import SimpleServer service = SimpleServer() service.register('seq_cls', model_path='checkpoints/model_100/') ```...

Co-occurrence Type 中有涉及 Word → Character (1-4) ,Word → Word (left/right), Word → Word (distance) 协同的训练方式,具体的含义是什么了,能不能大概介绍一下上面列出那几种训练的方式? 谢谢!!

Hi, It is a great job for the big GNN training, thank you for your job. I have a question, It is seems that the cuda streams could not parallel...

add the struc2vec in dygraph mode

# New Features ## Pipelines -  新增 Pipelines支持的RocketQA模型的Benchmarks。 https://github.com/PaddlePaddle/PaddleNLP/pull/3160 - Pipelines支持Docker和Docker-compose两种方式一键部署。 https://github.com/PaddlePaddle/PaddleNLP/pull/3135 - 新增智能问答,语义索引,FAQ智能问答的教程。 https://github.com/PaddlePaddle/PaddleNLP/pull/3092 https://github.com/PaddlePaddle/PaddleNLP/pull/3151 - RocketQA的CrossEncoder支持Taskflow一键调用。 https://github.com/PaddlePaddle/PaddleNLP/pull/3003 - 新增FAQ文档,模型介绍文档,优化Windows的安装文档。 https://github.com/PaddlePaddle/PaddleNLP/pull/3186 ## CodeGen - 新增CodeGen代码生成模型。https://github.com/PaddlePaddle/PaddleNLP/pull/2641 - CodeGen支持Taskflow一键调用。 https://github.com/PaddlePaddle/PaddleNLP/pull/2754 -...