Skip to content

nagisa_bert v0.0.4

Latest
Compare
Choose a tag to compare
@taishi-i taishi-i released this 23 Dec 07:47

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.