- 05 2月, 2021 1 次提交
-
-
由 Jiaqi Liu 提交于
* add -linear-schedule-with-warmup * update lr scheduler usage in run_glue * add import info * add other 5 scheduler with warmup * add copyright, update usage in run_glue * simplify argument, make warmup arg support float and int * Add some LambdaDecay scheduler with warmup, update usage in run_glue * update classname and unify two cosine decays into one * update usage in run_glue * fix typo * update WarmUp to Warmup, and update class name about Const, and update doc, and usage * update usage of decay class * update usage of decay class
-
- 04 2月, 2021 1 次提交
-
-
由 Guo Sheng 提交于
-
- 05 1月, 2021 1 次提交
-
-
由 wawltor 提交于
* add the xpu support the the paddlenlp * add the support xpu for the ernie and bert Co-authored-by: Nwawltor <fanzeyang0904@hotmail.com>
-
- 23 12月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
-
- 20 12月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
-
- 17 12月, 2020 1 次提交
-
-
由 jeff41404 提交于
* add grad clip to pretrain, modify glue readme and improve glue score print * add ernie-2.0 in run_glue.py and readme
-
- 14 12月, 2020 1 次提交
-
-
由 jeff41404 提交于
-
- 12 12月, 2020 1 次提交
-
-
由 jeff41404 提交于
-
- 10 12月, 2020 2 次提交
-
-
由 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
-
- 07 12月, 2020 1 次提交
-
-
由 Zeyu Chen 提交于
-