We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
新增Prompt Learning训练框架,支持PET、P-Tuning、RGL等经典模型的快速实现。#2894
新增多语言模型UIE-M-Base和UIE-M-Large,支持中英文混合抽取及Taskflow一键调用。#3192 新增基于封闭域模型GlobalPointer的UIE数据蒸馏方案,支持Taskflow一键部署。#3136
logits_processor
get_decoder_start_token_id()
decoder_start_token_id
get_input_embeddings()
set_input_embeddings()
get_vocab()
model_max_input_size
bos_token_id
model_max_length
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 60 days with no activity. 当前issue 60天内无活动,被标记为stale。
Sorry, something went wrong.
tianxin1860
FrostML
wj-Mcat
w5688414
guoshengCS
ZHUI
gongel
LiuChiachi
linjieccc
JunnYu
No branches or pull requests
New Features
Pipelines
CodeGen
Text2Image
TextClassification
Prompt Learning
新增Prompt Learning训练框架,支持PET、P-Tuning、RGL等经典模型的快速实现。#2894
Neural Search
UIE
新增多语言模型UIE-M-Base和UIE-M-Large,支持中英文混合抽取及Taskflow一键调用。#3192
新增基于封闭域模型GlobalPointer的UIE数据蒸馏方案,支持Taskflow一键部署。#3136
Compression API
TextGeneration
logits_processor
Add unit tests for generation models #3018get_decoder_start_token_id()
方法获取模型decoder_start_token_id
Add unit tests for generation models #3018get_input_embeddings()
和set_input_embeddings()
方法获取 embeddings Add unit tests for generation models #3018get_vocab()
方法获取词表 Add unit tests for generation models #3018TextSummarization
Bug Fix
model_max_input_size
配置字段 [BugFix] Add max model input sizes #3127bos_token_id
出错问题 Fix bart tokenizer #3058model_max_length
问题 Add unit tests for generation models #3018Others
New Contributors
The text was updated successfully, but these errors were encountered: