Results 4 issues of chengbo

这个模块中输入的pytorch_model.bin文件是使用convert_nezha_gpt_dialog.py这个脚本对苏神提供的tf版的chinese_nezha_gpt_L-12_H-768_A-12模型进行转换而来的吗?

这个example中 输入:[CLS]科学[MASK][MASK]是第一生产力[SEP] 预测出来的结果是,,两个逗号,而不是技术 使用的模型是hugging face 模型库中的bert-base-chinese。 模型加载过程中出现大量警告: ![image](https://user-images.githubusercontent.com/22750382/183279067-c84bad9e-4958-4eec-9581-3b49a65b7d69.png) 请问只是啥问题?

Traceback (most recent call last): File "finetune.py", line 96, in main() File "finetune.py", line 76, in main model = get_peft_model(model, peft_config) File "/home/bocheng/softinstalled/anaconda3/envs/py38/lib/python3.8/site-packages/peft/mapping.py", line 142, in get_peft_model peft_config = _prepare_lora_config(peft_config,...

老师您好,用自己的图片运行demo,输出的结果是被裁减后的图片,请问如何修改可以输出没有被裁减的图片呢?