gongel

Results 22 issues of gongel

Python: Python3.7 Cmake: 3.18 nvcc --version: release 10.1, V10.1.243 I built lightseq fp32 from source with reference to [`build.md`](https://github.com/bytedance/lightseq/blob/master/docs/inference/build.md) successfully. But when ```python import lightseq.inference as lsi ``` , It...

### PR types New features ### PR changes Application ### Description

### PR types New features ### PR changes Models ### Description - Add new model GPTJ - Use example ```python import paddle from paddlenlp.transformers import GPTJForCausalLM, GPTJTokenizer tokenizer = GPTJTokenizer.from_pretrained('EleutherAI/gpt-j-6B')...

-----------] Epoch Train log_loss Test log_loss Test Accuarcy Time cost (sec) [ 1% ] 1 -nan -nan 0.905664 10.20 [ 2% ] 2 -nan -nan 0.905664 7.12 [ 3% ]...

When ```bash visualdl --logdir . --host 0.0.0.0 ``` Raised error: ```bash google.protobuf.message.DecodeError: Error parsing message with type 'visualdl.Record' ```

### PR types Bug fixes ### PR changes Models ### Description - try to fix no model_config_file when save_pretrained. In sync with https://github.com/PaddlePaddle/PaddleNLP/pull/3220

### PR types New features ### PR changes Models ### Description - Add pegasus model and Chinese tokenizer - TODO - Add text_summarization applications using pegasus - Add unit test,...

### PR types Bug fixes ### PR changes Examples ### Description - Update example in sync with #3133

### PR types New features ### PR changes Models ### Description - add code generation PolyCoder - Preprocess / train / generate / humaneval