YoumiMa / dreeam

source code for {D}ocument-level {R}elation {E}xtraction with {E}vidence-guided {A}ttention {M}echanism
MIT License
75 stars 16 forks source link

`scripts/run_finetune_roberta.sh` runs `train.py` (not a file) #20

Closed Dylan-Gallagher closed 7 months ago

Dylan-Gallagher commented 8 months ago

When fine-tuning, the script run_finetune_roberta.sh runs train.py and gets an error, as that doesn't exist.

Should it run run.py instead?

YoumiMa commented 7 months ago

Hi @Dylan-Gallagher,

Thank you for your interest in this project! Yes, it was a typo and should be run.py. I have fixed it in the commit 476a700. Thank you so much for pointing it out!

Dylan-Gallagher commented 7 months ago

Thank you very much. I appreciate your ongoing support of this project. I find it very useful for my studies.