Muzzypepper

Results 7 comments of Muzzypepper

> 看了看,大众css页面结构发生了变化,`svg_link = matchObj.findall(background_link.text)[0].replace(")", "").replace("(", "http:")`代码里改变为`svg_link = matchObj.findall(background_link.text)**[1]**.replace(")", "").replace("(", "http:")` 便可以,但是部分css字体还是未全部解析,自行调试调试,改变页面结构代码就可以。 大神,我想请问下,大众点评这个页面结构是一天一变这种的吗,我发现连着两天有时下标今天0行明天1行。。。他只有这两种版式吗,想问下您,谢谢

> > > 看了看,大众的CSS页面结构发生了变化,`svg_link = matchObj.findall(background_link.text)[0].replace(")", "").replace("(", "http:")`代码里改变为`svg_link = matchObj.findall(background_link.text)**[1]**.replace(")", "").replace("(", "http:")`便可以,但是部分的CSS字体还是未全部解析,自行调试调试,改变页面结构代码就可以。 > > > > > > 大神,我想请问下,大众点评这个页面结构是一天一变这种的吗,我发现连着两天有时下标今天0行明天1行...他只有这两种版式吗,想问下您,谢谢 > > 我知道它页面结构会发生变化,至于变化周期我就不清楚了,没有专门去观察过,这个可能需要你自己观察判断一下了。至于板式,目前我只发现这两种。 好的好的明白啦,谢谢您啦。抱拳

我也有同样的问题,求指教

I think 【train_prompts.py】 is the first step to train SFT, 【train_reward_models.py】 is the second step to train RM, 【train_dummy.py】 uses PPO training, initial_model uses the model of the first step,...

> I think `train_prompts.py` is the last step. As for the first step, it doesn't seem to be provided in the code and is introduced as a pre-trained model in...

Thanks for your reply!