Kaito Sugimoto
Kaito Sugimoto
Thank you so much for your thorough answer! Your explanation explains well why `limit_alphabet` is needed for (English) BERT. Surely, when training it, including all the international characters wouldn't work!...
I see. Thank you for letting me know!
Be aware: [wasm](https://tourofrust.com/webassembly/00_en.html) courses also have tutorials for C language. It might be better to translate them.
seems duplicated to https://github.com/actions-ecosystem/action-regex-match/issues/158 use `.+?` instead of `\d+`
I also tried `run_qa.py` (w/ `trainer_qa.py` & `utils_qa.py`) in [transformers v4.19.2](https://github.com/huggingface/transformers/tree/v4.19.2), but somehow an error occurred like this... ``` File "run_qa.py", line 661, in main() File "run_qa.py", line 337, in...
@KoichiYasuoka I confirmed your patch script worked properly, Thanks!
@mosherc @edreinsM1 @zliang-akamai Hello everyone. I am one of the contributors of this action, and I love it. Hoping for more frequent releases, I have decided to take over the...
hard negatives seems to be unimplemented (#31 ), though you can find one from [this unofficial implementation](https://github.com/izuna385/Zero-Shot-Entity-Linking) (note that this is for "Zero-shot Entity Linking")
I am one of the contributors of this action, and I love it. Hoping for more frequent releases, I have decided to take over the repository on my own. Please...