linkedin / detext

DeText: A Deep Neural Text Understanding Framework for Ranking and Classification Tasks
BSD 2-Clause "Simplified" License
1.26k stars 133 forks source link

Add text classification (query intent classification) demo #49

Closed xwli-chelsea closed 4 years ago

xwli-chelsea commented 4 years ago

Description

Adding a text classification demo to show how users can train a DeText model from data preprocessing to model inference with a public dataset on query intent classification.

Fixes # (issue) https://github.com/linkedin/detext/issues/33, https://github.com/linkedin/detext/issues/39, https://github.com/linkedin/detext/issues/47

Type of change

Please delete options that are not relevant.

List all changes

Added the demo notebook with colab link

Testing

Tested with latest version of DeText in Google colab.

Test Configuration:

Checklist