nagisa_bert 0.0.4 incorporates the following changes:
- fix AttributeError: 'NagisaBertTokenizer' object has no attribute 'vocab' in tokenization_nagisa_bert.py 8b6d096
Resolved the error where the vocab could not be loaded due to an issue with the transformers version upgrade huggingface/transformers#23909.
The this page WorksApplications/SudachiTra#66 was referred to. It proved to be helpful. Many thanks are extended.