Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.0 implementation design #340

Closed
3 of 24 tasks
BrikerMan opened this issue Mar 14, 2020 · 2 comments
Closed
3 of 24 tasks

V2.0 implementation design #340

BrikerMan opened this issue Mar 14, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request pinned

Comments

@BrikerMan
Copy link
Owner

BrikerMan commented Mar 14, 2020

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.

  • 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.

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.

@BrikerMan BrikerMan added the enhancement New feature or request label Mar 14, 2020
@BrikerMan BrikerMan self-assigned this Mar 14, 2020
@BrikerMan BrikerMan added this to the Tensorflow 2.0 milestone Mar 14, 2020
@BrikerMan BrikerMan pinned this issue Mar 14, 2020
@BrikerMan BrikerMan changed the title [Feature request] V2.0 implementation design V2.0 implementation design Mar 14, 2020
@adlinex
Copy link

adlinex commented Mar 14, 2020

I'm willing to take Built-in callback module

@lsgrep
Copy link
Contributor

lsgrep commented Mar 16, 2020

I can do the Seq2Seq .

@BrikerMan BrikerMan unpinned this issue Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

3 participants