keras-team / keras-nlp

Modular Natural Language Processing workflows with Keras
Apache License 2.0
740 stars 218 forks source link

Add Token Classification, Text Summarisation, QA Examples #51

Open abheesht17 opened 2 years ago

abheesht17 commented 2 years ago

We can add a few examples:

Let me know which tasks here are worth adding, and I will add them. I understand this is a low priority task, but it's taking me a while to understand the tokenizer code in the SentencePiece library. So, I can take this up in the meantime.

mattdangerw commented 2 years ago

These are things we would like to have, but are not things we will work on right now. Before this, we need to figure out our desired story for pretraining with the library (actively under discussion).

abheesht17 commented 2 years ago

Cool, makes sense 👍🏼

shivance commented 1 year ago

Token Classification : #754 SQUAD : #741

How about Text summarisation with BART, I think BART Preprocessor is still WIP. cc: @mattdangerw