evanweiguohua

Results 3 issues of evanweiguohua

兄弟,很感谢你写的那个让Paddle支持ernie3的工程,我刚开始学习rasa,我clone了你的项目,然后使用了config_cpu进行rasa test,现在rasa给出错误: Training model 'config_cpu' failed. Error: Error running graph component for node run_rasa_paddlenlp.nlu.paddlenlp_tokenizer.PaddleNLPTokenizer0. 我的环境:paddlepaddle==2.4.1,paddlenlp==2.3.3,RASA==3.4.2 兄弟能给个大概的问题方向吗?另外,你去年的测试环境是分别是什么版本呢?

PTV2将优化器设置为adam会报AttributeError: module 'torch.optim' has no attribute 'adam'的错误,adamw是好的。 Lora则没有该问题。

bug

╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /home/dev/project/chatglm2_finetuning/train.py:118 in │ │ │ │ 115 │ ) │ │ 116 │ │ │ 117 │ if train_datasets is not None:...