HKUDS / GraphGPT

[SIGIR'2024] "GraphGPT: Graph Instruction Tuning for Large Language Models"
https://arxiv.org/abs/2310.13023
Apache License 2.0
577 stars 55 forks source link

关于stage_1输出 #79

Open zzzzzzyc opened 1 month ago

zzzzzzyc commented 1 month ago

在使用轻量级第一阶段微调后,只得到last.ckpt这一个文件正常吗

YOUseven commented 1 month ago

+1,轻量级stage2微调后也是只有一个last.ckpt,推理的时候运行graphgpt_eval.sh怎么读取呢,直接运行会报错没有config.json

HuizhaoWang commented 1 month ago

+1,轻量级stage2微调后也是只有一个last.ckpt,推理的时候运行graphgpt_eval.sh怎么读取呢,直接运行会报错没有config.json

请问这个部分你解决了吗?pytorch_lightning保存的模型文件last.ckpt如何可以像huggingface中的其它模型使用?

sustech-lz commented 3 weeks ago

大家有遇到这样的报错情况吗? OSError: /cache/huggingface/hub/vicuna-7b-v1.5-16k does not appear to have a file named config.json.