Polish codes for model customization.

PiperOrigin-RevId: 276815842
Change-Id: I8fc60dab3e04910b7adf8ed0119a664a1171c58a
This commit is contained in:
A. Unique TensorFlower 2019-10-25 21:30:21 -07:00 committed by TensorFlower Gardener
parent 560ec05c92
commit 1799941f59

View File

@ -55,7 +55,7 @@ Here are the steps to classify a paragraph with the model:
## Use your training dataset
Follow this
[tutorial](https://github.com/tensorflow/examples/tree/master/lite/examples/model_customization/demo/image_classification.ipynb)
[tutorial](https://github.com/tensorflow/examples/tree/master/tensorflow_examples/lite/model_customization/demo/text_classification.ipynb)
to apply the same technique used here to train a text classification model using
your own datasets. With the right dataset, you can create a model for use cases
such as document categorization or toxic comments detection.