dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.55k stars 538 forks source link

[Website] Improve website of the master version to prepare for the 1.0 release #1472

Open sxjscience opened 3 years ago

sxjscience commented 3 years ago

Description

https://github.com/dmlc/gluon-nlp/pull/1374 has been merged so we have fixed the warnings in our documents. However, the current structure of the website is not very satisfactory and we should try to improve the layout and also add more tutorials.

Help needed here.

References

@dmlc/gluon-nlp-committers @Cli212 @yongyi-wu @xinyual @barry-jin

sxjscience commented 3 years ago

Some items:

szha commented 3 years ago

On the Text Prediction - Part 1: Quickstart of Pretrained Backbones

szha commented 3 years ago

On the Text Prediction - Part2: MobileBERT for Text Prediction

szha commented 3 years ago
szha commented 3 years ago

On the Question Answering with GluonNLP

szha commented 3 years ago

On the Tokenization - Part1: Basic Usage of Tokenizer and Vocabulary

On the Tokenization - Part2: Learn Subword Models with GluonNLP

On the Tokenization - Part3: Download Data from Wikipedia and Learn Subword

szha commented 3 years ago

For the tokenization notebooks, one pressing need I see is that there should be a reference page for the functionality of the CLIs in the API section. Otherwise, short of reading the code, it's hard for users to discover the features in them.

szha commented 3 years ago

On Compile NLP Models - Convert GluonNLP Models to TVM