Mellon

Results 6 issues of Mellon

你好,有公司全称、简称的对照关系吗?

你好,基于PP-Structure 和layout parser 进行版面分析,如何加载其他模型?比如 picodet_lcnet_x1_0_fgd_layout_cdla, model = lp.PaddleDetectionLayoutModel(model_path="./picodet_lcnet_x1_0_fgd_layout_cdla/",...) 通过这种方式加载本地模型,报错显示 Cannot open file ./picodet_lcnet_x1_0_fgd_layout_cdla/inference.pdmodel,求解答

‘打开目录’之后,左侧文件列表为空,求救!

版本:moss-moon-003-sft-int8 出现以下错误 >>> outputs = model.generate(**inputs, do_sample=True, temperature=0.7, top_p=0.8, repetition_penalty=1.02, max_new_tokens=256) Setting `pad_token_id` to `eos_token_id`:106068 for open-end generation. /tmp/tmpmb2st6kj/main.c:4:10: fatal error: Python.h: No such file or directory 4 | #include...

baichuan2-7B-chat 微调使用TrainerCallback,报错 “ BaichuanForCausalLM object has no attribute 'save_checkpoint' ” 有知道如何应对的小伙伴吗?