Junwen Tan
Junwen Tan
最关键的是,怎么样先把原模型参数和第一次微调得到的checkpoint合并起来,再做第二次微调?还是说,在做第二次微调时,model_path_or_name这个参数指定的是第一次微调的checkpoint(意思就是把第一次微调后得到的pytorch_model.bin替换原来的pytorch_model.bin),由此在第一次微调的基础上得到第二次微调checkpoint,最后在推理时,再把model_path_or_name指定为原模型的路径。是这样吗??
> PRE_SEQ_LEN=128 LR=2e-2 MASTER_PORT=$(shuf -n 1 -i 10000-65535) > > deepspeed --include localhost:2,3,4,5 --master_port $MASTER_PORT main.py --deepspeed deepspeed.json --do_train --train_file AdvertiseGen/train.json --test_file AdvertiseGen/dev.json --prompt_column content --response_column summary --overwrite_cache --model_name_or_path /home/cser/hugo/ChatGLM-6B/chatglm-6b...
> 详见main.py里:  我使用了你的方法,报错如上所示,这是为什么呢? PRE_SEQ_LEN=128 LR=2e-2 MASTER_PORT=$(shuf -n 1 -i 10000-65535) deepspeed --include localhost:2,3,4,5 --master_port $MASTER_PORT main.py --deepspeed deepspeed.json --do_train --train_file AdvertiseGen/train.json --test_file AdvertiseGen/dev.json --prompt_column content --response_column summary --overwrite_cache --model_name_or_path...
I actually came across your paper a few days ago and was truly impressed by the innovation and potential of UniTable. Rest assured, we will definitely include UniTable in our...
> Just find out all relation labels of the bottom-right corner chunk are missing, for example: > > `train/1802.03984v1.4.png`, notices that the bottom-right chunk is isolated:  > > `train/1802.03984v1.4.rel`,...
> Hi, everyone. For those who also struggles with the identification of boundary boxes in the pdf - I think I've got a solution. First of all, to read PDF...
> 1. `eval_relations(gt=[ground_truth_relations], res=[your_relations], cmp_blank=True)` > > * As the objective is to find the merged relations of the neighboring cells, isn't the blank relation comparison a wrong evaluation metric?...
> Hi, Do you know how to recover the graph/table structure from the model predictions ? do you know how to infer? or in other words, how to make prediction?
> >  如果不改动的话,按照代码走,第一步就是有bug的,我是新手,错误很低级,还请指教,谢谢! > > 链接:https://pan.baidu.com/s/1SNBD3v1CwoJKl7Ih5LO0ig 提取码:retp --来自百度网盘超级会员V5的分享 > > 这个是数据集,下载解压之后我记得是直接扔进去就可以开始训练了,不过那个torch和torchvision的版本要安装正确,其余的就得靠你自己慢慢调了,很快就能调通的。 torch是1.5吗?其他库是什么版本?Python是3.8吗?