You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
duanyanhui fdb8ee3275 Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleNLP into optim_uie_for_npu 1 year ago
..
albert Standardize Activation Fn (#4589) 1 year ago
artist changes (#4806) 1 year ago
auto Fix cache_dir logic (#4794) 1 year ago
bart Add BART converter and Chinese BART models (#4636) 1 year ago
bert chinesebert test_modeling (#4683) 1 year ago
bert_japanese Black Format paddlenlp/transformers (#3967) 1 year ago
bigbird Standardize Activation Fn (#4589) 1 year ago
bit Refactor CLIP&ErnieViL model and Add ChineseCLIP Model (#4270) 1 year ago
blenderbot Black Format paddlenlp/transformers (#3967) 1 year ago
blenderbot_small Black Format paddlenlp/transformers (#3967) 1 year ago
blip [NEW Model] Add BLIP Model & CLIP Interrogator (#4676) 1 year ago
chinesebert chinesebert test_modeling (#4683) 1 year ago
chineseclip rm CLIP, ErnieViL, ChineseCLIP custom from_pretrained_v2 method (#4797) 1 year ago
clip changes (#4806) 1 year ago
codegen Standardize Activation Fn (#4589) 1 year ago
convbert Standardize Activation Fn (#4589) 1 year ago
ctrl Black Format paddlenlp/transformers (#3967) 1 year ago
dallebart changes (#4806) 1 year ago
distilbert Black Format paddlenlp/transformers (#3967) 1 year ago
dpt Refactor CLIP&ErnieViL model and Add ChineseCLIP Model (#4270) 1 year ago
electra Standardize Activation Fn (#4589) 1 year ago
ernie [utc] fix cls_positions gather (#4785) 1 year ago
ernie_ctm Fix ernie-ctm and taskflow knowledge mining task (#4315) 1 year ago
ernie_doc Black Format paddlenlp/transformers (#3967) 1 year ago
ernie_gen Black Format paddlenlp/transformers (#3967) 1 year ago
ernie_gram Ernie Pretrained Config (#4118) 1 year ago
ernie_layout Support recompute for ernie-layout (#4490) 1 year ago
ernie_m fix generating attention_mask of ernie-m (#4494) 1 year ago
ernie_vil changes (#4806) 1 year ago
fnet Standardize Activation Fn (#4589) 1 year ago
funnel Standardize Activation Fn (#4589) 1 year ago
gau_alpha [GAUAlpha P0] PretrainedConfig and model unit test (#4691) 1 year ago
gpt [Benchmark] Add BERT GPT T5 finetune process (#4492) 1 year ago
gptj Standardize Activation Fn (#4589) 1 year ago
guided_diffusion_utils Refactor CLIP&ErnieViL model and Add ChineseCLIP Model (#4270) 1 year ago
layoutlm Black Format paddlenlp/transformers (#3967) 1 year ago
layoutlmv2 Black Format paddlenlp/transformers (#3967) 1 year ago
layoutxlm Black Format paddlenlp/transformers (#3967) 1 year ago
luke Standardize Activation Fn (#4589) 1 year ago
mbart [Performance optimization] improve unk in offset-mapping (#4557) 1 year ago
megatronbert Standardize Activation Fn (#4589) 1 year ago
mobilebert Standardize Activation Fn (#4589) 1 year ago
mpnet Standardize Activation Fn (#4589) 1 year ago
mt5 fix: mt5 init (#4829) 1 year ago
nezha [Nezha P2] Add inputs_embeds (#4605) 1 year ago
opt [New features] add conversion scripts for opt model (#4622) 1 year ago
pegasus Fix pegasus decoder attention mask (#4638) 1 year ago
ppminilm Black Format paddlenlp/transformers (#3967) 1 year ago
prophetnet Standardize Activation Fn (#4589) 1 year ago
reformer Standardize Activation Fn (#4589) 1 year ago
rembert Standardize Activation Fn (#4589) 1 year ago
roberta Fix community url by removing os.path.join (#4758) 1 year ago
roformer Standardize Activation Fn (#4589) 1 year ago
roformerv2 Black Format paddlenlp/transformers (#3967) 1 year ago
semantic_search Fix version 2.4.9 bugs for pipelines (#4300) 1 year ago
skep fix the taskflow skep & ErnieGram export model (#3970) 1 year ago
squeezebert Standardize Activation Fn (#4589) 1 year ago
stable_diffusion_utils [PPDiffusers] Update ppdiffusers 0.9.0 (#3919) 1 year ago
t5 [T5] Add clue finetune scripts of trainer (#4626) 1 year ago
tinybert [FastTokenizer] Add unittest for fast_tokenizer (#4339) 1 year ago
transformer Add preprocess & capability for custom dataset for mt (#3269) 1 year ago
unified_transformer Optimize ft when using padded vocabulary (#3936) 1 year ago
unimo Faster supports MIRO (#3964) 1 year ago
xlm Standardize Activation Fn (#4589) 1 year ago
xlnet Standardize Activation Fn (#4589) 1 year ago
__init__.py Add MT5 model (#4765) 1 year ago
activations.py [NEW Model] Add BIT DPT Model (#4202) 1 year ago
attention_utils.py black format (#4013) 1 year ago
configuration_utils.py Fix cache_dir logic (#4794) 1 year ago
conversion_utils.py [New features] add roberta & gpt conversion (#4407) 1 year ago
convert_slow_tokenizer.py [FastTokenizer] Add unittest for fast_tokenizer (#4339) 1 year ago
distill_utils.py black format (#4013) 1 year ago
export.py black format (#4013) 1 year ago
feature_extraction_utils.py Fix community url by removing os.path.join (#4758) 1 year ago
generation_utils.py [ModelZoo] Refactor GPT usage in Model Zoo (#3917) 1 year ago
image_processing_utils.py Fix cache_dir logic (#4794) 1 year ago
image_transforms.py [NEW Model] Add BIT DPT Model (#4202) 1 year ago
image_utils.py [NEW Model] Add BIT DPT Model (#4202) 1 year ago
model_outputs.py [NEW Model] Add BIT DPT Model (#4202) 1 year ago
model_utils.py Fix cache_dir logic (#4794) 1 year ago
ofa_utils.py Add ERNIE Tiny in model zoo (#4011) 1 year ago
optimization.py black format (#4013) 1 year ago
processing_utils.py Refactor CLIP&ErnieViL model and Add ChineseCLIP Model (#4270) 1 year ago
sentencepiece_model_pb2.py black format (#4013) 1 year ago
tokenizer_utils.py [Performance optimization] improve unk in offset-mapping (#4557) 1 year ago
tokenizer_utils_base.py Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleNLP into optim_uie_for_npu 1 year ago
tokenizer_utils_fast.py [FastTokenizer] Add unittest for fast_tokenizer (#4339) 1 year ago
utils.py Fix cache_dir logic (#4794) 1 year ago