Releases: BrikerMan/Kashgari
Releases · BrikerMan/Kashgari
v0.5.4
- ✨ Add shuffle parameter to fit function (#249 )
- ✨ Improved type hinting for the loaded model (#248)
- 🐛 Fix loading models with CRF layers (#244, #228)
- 🐛 Fix the configuration changes during embedding save/load (#224)
- 🐛 Fix stacked embedding save/load (#224)
- 🐛 Fix evaluate function where the list has int instead of str (#222)
- 💥 Renaming
model.pre_processor
tomodel.processor
- 🚨 Removing TensorFlow and numpy warnings
- 📝 Add docs how to specify which CPU or GPU
- 📝 Add docs how to compile model with custom optimizer
v0.5.3
v0.5.2
v0.5.1
- 📝 Rewrite documents with mkdocs
- 📝 Add Chinese documents
- ✨ Add
predict_top_k_class
for classification model to get predict probabilities (#146) - 🚸 Add
label2idx
,token2idx
properties to Embeddings and Models - 🚸 Add
tokenizer
property for BERT Embedding. (#136) - 🚸 Add
predict_kwargs
for modelspredict()
function - ⚡️ Change multi-label classification's default loss function to binary_crossentropy (#151)
v0.2.6 (legacy version)
- 📝 Add tf.keras version info
- 🐛 Fixing lstm issue in labeling model (#125)
v0.5.0
v0.2.4
release v0.2.1
- fix missing
sequence_labeling_tokenize_add_bos_eos
consig
release v0.2.0
- multi-label classification for all classification models
- support cuDNN cell for sequence labeling
- add option for output
BOS
andEOS
in sequence labeling result, fix #31
release v0.1.9
- add
AVCNNModel
,KMaxCNNModel
,RCNNModel
,AVRNNModel
,DropoutBGRUModel
,DropoutAVRNNModel
model to classification task. - fix several small bugs