This is a Japanese fine-tuned BERT model trained on exchange data
(Yes/No questions from the system and corresponding user responses)
extracted from the multimodal dialogue corpus Hazumi.
The pre-trained BERT model used is cl-tohoku/bert-base-japanese-v3, released by Tohoku University.
For fine-tuning, the JNLI script from JGLUE was employed.
Training procedure
This model was fine-tuned using the following script, which was borrowed from the JNLI script in JGLUE.