TypeGen
TypeGen copied to clipboard
Wrong Function Name in mask.py
In typegen/mask.py, when model name is incoder, function run_unixcoder() is called at line 137 and 139, which is incorrect.
Should be revised to run_incoder instead.