Add How to Reproduce the Result in README
Refactor:
run_single_task.shrun_all_tasks.shrun_non_pretrained_no_special_token.sh
by:
- Create
scripts/config/model/train.yamlto easily define the model used - Make
scripts/reproducer.pyandMakefilefor easy ops
Note: only tested this by printing the command string, sorry 🙏
@gentaiscool : I think we need to change the
load_modeland clean up the unused model checkpoints that are used for our experiment. We can instead use Indobenchmark model in HF as the replacement. Can you help to clean that part?@atnanahidiw, later you can follow the checkpoint argument based on the finalized models that we have. So it will be cleaner and easier to follow.
I will clean the code and add the documentation this week including the CONTRIBUTING page. Let's finish the testing and then, we merge this pull request.
@gentaiscool : I think we need to change the
load_modeland clean up the unused model checkpoints that are used for our experiment. We can instead use Indobenchmark model in HF as the replacement. Can you help to clean that part? @atnanahidiw, later you can follow the checkpoint argument based on the finalized models that we have. So it will be cleaner and easier to follow.I will clean the code and add the documentation this week including the CONTRIBUTING page. Let's finish the testing and then, we merge this pull request.
I added the CONTRIBUTING page in the master branch.
@atnanahidiw we just merged the master branch with a new PR #7. Would you mind to check whether this PR has any conflict?
hi @gentaiscool, I just resolved all of the conflicts ya, sorry for the late reply 🙏
I added the CONTRIBUTING page in the
masterbranch.
and thanks also for the CONTRIBUTING page should we make it more verbose? ^^a
I added the CONTRIBUTING page in the
masterbranch.and thanks also for the CONTRIBUTING page should we make it more verbose? ^^a
Yes, we should, probably in a new PR?
I added the CONTRIBUTING page in the
masterbranch.and thanks also for the CONTRIBUTING page should we make it more verbose? ^^a
Yes, we should, probably in a new PR?
Yeah I agree, this one can be a new PR. Thank you 😀