Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PaddleNLP 2.4.3 Release Note Candidate #3774

Closed
LemonNoel opened this issue Nov 16, 2022 · 1 comment
Closed

PaddleNLP 2.4.3 Release Note Candidate #3774

LemonNoel opened this issue Nov 16, 2022 · 1 comment

Comments

@LemonNoel
Copy link
Contributor

LemonNoel commented Nov 16, 2022

New Features

Prompt API

  • Template String 新增支持关键字 prefixoptions,新增 position, token_type, length, encoder, hidden_size 等7个属性 [prompt] update prompt api & add prefix template #3724
  • 新增支持 PrefixTemplate
  • 解除 InputExampleInputFeatures 对输入数据关键字的限制

问答

  • 新增无监督问答pipelines,pipeline运行示例和说明文档 Add unsupervised-qa pipelines #3605
  • 新增节点QAFilter、AnswerExtractor、QuestionGenerator、AnswerExtractorPreprocessor、QAFilterPostprocessor
  • 新增pipeline QAGenerationPipeline
  • FastAPI后端代码,承接ElasticSearch ANN检索库、QAGenerationPipeline和SemanticSearchPipeline
  • 无监督问答WEB可视化系统,功能如下:问答检索、在线问答对生成、在线更新索引库、文件上传并自动生成和载入问答对、问答对生成可选择过滤、问答检索可选择返回答案数量和最大检索数量

Trainer

  • 新增sharding支持,目前支持sharding stage1、stage2。 [Trainer] support sharding for trainer. #3352
  • 新增bf16训练支持,可支持单卡、多卡训练。完善了pure_fp16训练支持。
  • 新增IterableDataset支持,支持传入Iterable的数据集。
  • 新增Seq2SeqTrainer,支持seq2seq任务训练。

FasterGeneration

FastTokenizer

基础底座

UIE

Neural Search

Text Classification

Bug Fix

PPDiffusers

Others

@sijunhe
Copy link
Collaborator

sijunhe commented Nov 17, 2022

我这边merge了一个关于text classification的PR, 可以加上 #3679

@sijunhe sijunhe closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests