XiangLi1999 / Diffusion-LM

Diffusion-LM
Apache License 2.0
1.03k stars 134 forks source link

Where is train_run.py #3

Open summmeer opened 2 years ago

summmeer commented 2 years ago

Hi, I'm interested in your work and trying to follow up. For CTG part, when training the classsifier, python train_run.py, but this file is not exist.

XiangLi1999 commented 2 years ago

Thanks for reporting that! It's a helper script that calls run_clm.py, so it's convinent to infer the argument to pass to run_clm.py. I will push the file tonight!

pl8787 commented 2 years ago

The same question about python train_run.py.

buptpriswang commented 2 years ago

the same question about ### run_clm.py

mkosecki commented 2 years ago

Well from the code it seems that the file is here: transformers/examples/pytorch/language-modeling/run_clm.py