NJUHuangb
NJUHuangb
请问训练时进行了几次训练呢,一共训练了几个epoch
调用微调模型报错
使用finetune微调了模型,运行cli_demo加载微调后的模型时报错ValueError: Missing keys for inference ['transformer.position_embeddings.weight'].If you still want to inference anyway, pass --force_inference to args. 请问该怎么处理。 
加载本地训练模型
您好,我想使用您的框架测试本地模型和本地数据集,但是当我修改config.py中的模型路径后,框架还是会尝试从huggingface下载模型,我该怎么修改才能使用本地模型呢?
Hi, I try to use your model to generate some pictures with Chinese poetry. But it occurs that the model can not generate Chinese characters and it will generate blank...
生成中文
您好,我想使用inference.py批量生成带有中文的图片,但是生成时模型不能正确处理中文字符,请问该怎么解决