PaddleNLP v2.3.5
New Features
代码生成
UIE
- 新增UIE英文版本,支持Taskflow一键调用。 #2855
Neural Search
小样本学习
- 新增小样本模型RGL的实现。#2651
文本分类
文本匹配
- 新增无监督语义向量模型DiffCSE。 #2643
Bug Fix
- 修复pipelines未传入max_seq_len的问题。#2736
- 修复pipelines的faiss-cpu依赖,新增乱码处理的FAQ。 #2709
- 修复neural search的预测时dropout引起的结果不一致的错误,新增对ANN索引的FAQ。#2710
- 修复ERNIE tokenizer的 get_offset_mapping 错误。#2857 #2897
- 修复 model 中间 output 输出导致的 UNIMOText 原生生成失败问题。 #2877
其他
New Contributors
- @lastrei Add pet static model export script and inference code #2875
- @zhiyongLiu1114 Add the get_speical_token_mask for the ernie tokenizer #2671 #2690
Full Changelog: v2.3.4...v2.3.5