Tags: explosion/projects
Tags
Add sample project on a low-resource language (#122) * Add initial project structure * Parametrize the number of folds * Add config * Make kfold.py highly configurable * Add docstring * Add test to ensure project runs * Rename project test into something generic * Update tutorials readme * Update score report on README * Remove inter-treebank results * Use gpu_id instead of gpu * Rename test runner into project name * Rename project folder into parser_low_resource * Rename test file to component name * Update tutorials/parser_low_resource/test_parser_low_resource.py Co-authored-by: Adriane Boyd <[email protected]> * Fix gpu_id * Set capture to True to see build errors * Fix how folds are computed * Remove breakpoint * Fix output path saving for metrics * Update README * Update tutorials/parser_low_resource/test_parser_low_resource.py Co-authored-by: Adriane Boyd <[email protected]> * Convert to raw URLs * Include scripts.kfold to deps To retrigger execution if the scripts are changed but nothing else. * Add metrics to clean command Co-authored-by: Adriane Boyd <[email protected]>