I'm currently using this great repo for re-evaluating all my models in the Turkish LM model zoo.
When using the fine-tuning script for sentiment analysis, I just found out that the use_fast argument is not added to the hf argument parser, and this throws an execption later, when it will be used:
Hi guys,
I'm currently using this great repo for re-evaluating all my models in the Turkish LM model zoo.
When using the fine-tuning script for sentiment analysis, I just found out that the
use_fast
argument is not added to the hf argument parser, and this throws an execption later, when it will be used:https://github.com/Adapter-Hub/hgiyt/blob/9db6b6d1aab264cdf9e3131adb8157bcaf162410/finetuning/sa/run_sa.py#L141
This PR fixes it :)