issues
search
OpenThaiGPT
/
openthaigpt-pretraining
Apache License 2.0
21
stars
10
forks
source link
Hotfix : Fix issue in data/scripts/main.py
#187
Closed
Chawak
closed
1 year ago
Chawak
commented
1 year ago
Why this PR
To fix some issues in src/data/scripts/main.py
Changes
Remove log
Error due to not casting an argument
Add argument to eneble/disable perplexity processing
Related Issues
Close #
Checklist
[ ] PR should be in the
Naming convention
[ ] Assign yourself in to Assigneees
[ ] Tag related issues
[ ] Constants name should be ALL_CAPITAL, function name should be snake_case, and class name should be CamelCase
[ ] complex function/algorithm should have
Docstring
[ ] 1 PR should not have more than 200 lines changes (Exception for test files). If more than that please open multiple PRs
[ ] At least PR reviewer must come from the task's team (model, eval, data)
Why this PR
To fix some issues in src/data/scripts/main.py
Changes
Related Issues
Close #
Checklist