NJUHuangb

Results 5 issues of 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. 请问该怎么处理。 ![报错](https://github.com/THUDM/VisualGLM-6B/assets/71713799/3339254d-1be2-49d9-b8c8-9f272712e5ef)

您好,我想使用您的框架测试本地模型和本地数据集,但是当我修改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批量生成带有中文的图片,但是生成时模型不能正确处理中文字符,请问该怎么解决