You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started the migration to tf2 for Kashgari V2.0. Here are the vision and roadmap.
Same Principle
V2.0 will be based on the same vision for V1.0, which is to create a clean and simple NLP framework for Academic users, NLP beginners, and Senior NLP developers.
Human-friendly. Kashgari's code is straightforward, well documented, and tested, which makes it very easy to understand and modify.
Powerful and simple. Kashgari allows you to apply state-of-the-art natural language processing (NLP) models to your text, such as named entity recognition (NER), part-of-speech tagging (PoS) and classification.
Built-in transfer learning. Kashgari built-in pre-trained BERT and Word2vec embedding models, which makes it very simple to transfer learning to train your model.
Fully scalable. Kashgari provides a simple, fast, and scalable environment for fast experimentation, train your models and experiment with new approaches using different embeddings and model structure.
Production Ready. Kashgari could export model with SavedModel format for tensorflow serving, you could directly deploy it on the cloud.
Hello.
I have started the migration to tf2 for Kashgari V2.0. Here are the vision and roadmap.
Same Principle
V2.0 will be based on the same vision for V1.0, which is to create a clean and simple NLP framework for Academic users, NLP beginners, and Senior NLP developers.
SavedModel
format for tensorflow serving, you could directly deploy it on the cloud.RoadMap
Contribution
If you are interested in implementing any part of the RoadMap or have any new ideas about Kashgari V2.0, feel free to comment.
The text was updated successfully, but these errors were encountered: