Skip to content

Releases: taishi-i/nagisa_bert

nagisa_bert v0.0.4

23 Dec 07:47
Compare
Choose a tag to compare

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.

nagisa_bert v0.0.3

25 Sep 19:25
Compare
Choose a tag to compare

This is the first release of nagisa_bert 🎉.

This library provides a tokenizer to use the Japanese BERT model for nagisa. The model is available in Transformers 🤗.