Skip to content

Releases: BrikerMan/Kashgari

release v0.1.8

22 Feb 09:47
692e2c2
Compare
Choose a tag to compare
  • fix BERT Embedding model's to_json function, issue #19

release v0.1.7

22 Feb 03:23
03595a4
Compare
Choose a tag to compare
  • remove class candidates filter to fix #16
  • overwrite init function in CustomEmbedding
  • add parameter check to custom_embedding layer
  • add keras-bert version to setup.py file

release v0.1.6

04 Feb 12:04
5d865af
Compare
Choose a tag to compare
  • add output_dict, debug_info params to text_classification model
  • add output_dict, debug_info and chunk_joiner params to text_classification model
  • fix possible crash at data_generator

release v0.1.5

31 Jan 08:13
Compare
Choose a tag to compare
  • fix sequence labeling evaluate result output
  • refactor model save and load function