PaddleNLP icon indicating copy to clipboard operation
PaddleNLP copied to clipboard

Update artist model activateion

Open JunnYu opened this issue 3 years ago • 0 comments

PR types

Bug fixes

PR changes

Models

Description

1、修改artist模型的激活函数,目前gpt使用的是approximate=True的glue激活函数,而原版使用的是approximate=False的激活函数。 2、修改dallebart的tokenizer,以防出现warning。

JunnYu avatar Aug 22 '22 11:08 JunnYu