Closed dhdhagar closed 1 year ago
I intended to remove this file in my code cleaning, but looks like some dependencies were not properly dissolved. I have uploaded the original my_predrained_transformer_tokenizer.py
file (link) as a temporary solution.
Meanwhile, I'll do more tests and fix this with a more graceful solution.
Thanks - I now get the following error: ModuleNotFoundError: No module named 'utils.my_pretrained_transformer_indexer'
(related issue https://github.com/dki-lab/Pangu/issues/5).
I have made some update to the repo and the issue should be resolved now. Feel free to reach out if you have any further concerns!
Both training and inference are working well now! Thank you!
Hi! In trying to run the provided command for training, I get the following error:
On checking,
my_pretrained_transformer_tokenizer
doesn't seem to exist in the repo. Any suggestions?