- 04 2月, 2021 1 次提交
-
-
由 Steffy-zxf 提交于
* update docs * update codes * update docs * update codes * update codes * update codes * add method tokenizer.get_special_tokens_mask()
-
- 03 2月, 2021 1 次提交
-
-
由 Zhong Hui 提交于
* fix checkpoints problem.
-
- 02 2月, 2021 1 次提交
-
-
由 Zhong Hui 提交于
-
- 01 2月, 2021 1 次提交
-
-
由 Zeyu Chen 提交于
-
- 26 1月, 2021 1 次提交
-
-
由 Zhong Hui 提交于
add gpt2 model for the paddlenlp
-
- 20 1月, 2021 1 次提交
-
-
由 Steffy-zxf 提交于
* update docs
-
- 18 1月, 2021 1 次提交
-
-
由 Zhang Ting 提交于
* support AMP training
-
- 12 1月, 2021 1 次提交
-
-
由 Zhen Wang 提交于
* add pure fp16 training. * Add lookup_table in custom_black_list during the pure fp16 training.
-
- 07 1月, 2021 1 次提交
-
-
由 Zhang Ting 提交于
-
- 05 1月, 2021 2 次提交
-
-
由 liu zhengxi 提交于
* add static predict * rm position_encoding_init * fix static predict
-
由 wawltor 提交于
* add the xpu support the the paddlenlp * add the support xpu for the ernie and bert Co-authored-by: Nwawltor <fanzeyang0904@hotmail.com>
-
- 15 12月, 2020 3 次提交
-
-
由 kinghuin 提交于
* add ernie_gen * optimize ernie_gen * optimize ernie_gen * optimize ernie_gen code * fix crf bug * add ernie_gen __init__.py * modify nlp version * fix ernie_gen predict
-
由 kinghuin 提交于
add ernie_gen for the dygraph mode
-
由 Steffy-zxf 提交于
update codes for paddenlp text cls example
-
- 14 12月, 2020 1 次提交
-
-
由 jeff41404 提交于
-
- 12 12月, 2020 2 次提交
-
-
由 jeff41404 提交于
-
由 Steffy-zxf 提交于
* add paddle.models api reference docs * update docs * update docs
-
- 11 12月, 2020 1 次提交
-
-
由 kinghuin 提交于
* optimize lac * formatted * optimize lac * optimize lac
-
- 10 12月, 2020 3 次提交
-
-
由 Jack Zhou 提交于
* Add TokenEmbedding * download corpus embedding data * load embedding data by specifying corpus name * extend the vocab of tokenizer from corpus embedding data * add unk token setting * modify tokenizer * add extend voacb * move jieba tokenizer and rename corpus_name->embedding_name * use bos url instead of localhost * add log when loading data * add token dot computation; add __repr__ of TokenEmbedding * add color logging * use paddlenlp.utils.log * adjust repr * update pretrained embedding table * fix padding idx
-
由 jeff41404 提交于
* add electra pretrain and modify style of electra modeling * add electra pretrain, modify style of electra modeling and fix problems of review * delete predict_classifer * modify accu to acc * add paddlenlp.metrics.glue
-
由 wawltor 提交于
use paddlenlp downloader for the tokenizer
-
- 09 12月, 2020 1 次提交
-
-
由 Steffy-zxf 提交于
* add model api * update codes * update codes * update codes
-
- 07 12月, 2020 1 次提交
-
-
由 Zeyu Chen 提交于
-