diff --git a/tensorflow/lite/g3doc/_book.yaml b/tensorflow/lite/g3doc/_book.yaml
index 4aef1d7b7ed14e..31f4cc8a2bfe43 100644
--- a/tensorflow/lite/g3doc/_book.yaml
+++ b/tensorflow/lite/g3doc/_book.yaml
@@ -206,9 +206,9 @@ upper_tabs:
- title: "Overview"
path: /lite/models
- - heading: "Use built models"
+ - heading: "Use trained models"
- title: "Guide"
- path: /lite/models/ready/index
+ path: /lite/models/trained/index
- heading: "Modify models"
- title: "Model Maker"
diff --git a/tensorflow/lite/g3doc/models/_index.yaml b/tensorflow/lite/g3doc/models/_index.yaml
index b83003ba5b0ff6..6a2cd66e1b334e 100644
--- a/tensorflow/lite/g3doc/models/_index.yaml
+++ b/tensorflow/lite/g3doc/models/_index.yaml
@@ -14,7 +14,7 @@ landing_page:
- description: >
TensorFlow Lite uses TensorFlow models converted into a smaller, more efficient machine
- learning (ML) model format. You can use pre-built models with TensorFlow Lite, modify
+ learning (ML) model format. You can use pre-trained models with TensorFlow Lite, modify
existing models, or build your own TensorFlow models and then convert them to
TensorFlow Lite format. TensorFlow Lite models can perform almost any task a regular
TensorFlow model can do: object detection, natural language processing, pattern
@@ -49,12 +49,12 @@ landing_page:
You don't have to build a TensorFlow Lite model to start using machine learning on
mobile or edge devices. Many already-built and optimized models are available for you to
- use right away in your application. You can start with using pre-built models in
+ use right away in your application. You can start with using pre-trained models in
TensorFlow Lite and move up to building custom models over time, as follows:
- - Start developing machine learning features with
- pre-built models.
+ - Start developing machine learning features with already
+ trained models.
- Modify existing TensorFlow Lite models using tools such as
Model Maker.
- Build a
@@ -117,9 +117,9 @@ landing_page:
items:
- classname: tfo-landing-page-card
description: >
-
Pick a built model
- Learn how to pick a pre-built ML model to use with TensorFlow Lite.
- path: /lite/ready/index
+ Pick trained model
+ Learn how to pick a pre-trained ML model to use with TensorFlow Lite.
+ path: /lite/models/trained
- classname: tfo-landing-page-card
description: >
Modify models
diff --git a/tensorflow/lite/g3doc/models/ready/index.md b/tensorflow/lite/g3doc/models/trained/index.md
similarity index 91%
rename from tensorflow/lite/g3doc/models/ready/index.md
rename to tensorflow/lite/g3doc/models/trained/index.md
index 4ee47d8f446fd2..1ee13c769ec55c 100644
--- a/tensorflow/lite/g3doc/models/ready/index.md
+++ b/tensorflow/lite/g3doc/models/trained/index.md
@@ -1,11 +1,11 @@
-# Pre-built models for TensorFlow Lite
-
-There are a variety of pre-built, open source models you can use immediately
-with TensorFlow Lite to accomplish many machine learning tasks. Using pre-built
-TensorFlow Lite models lets you add machine learning functionality to your
-mobile and edge device application quickly, without having to build and train a
-model. This guide helps you find and decide on pre-built models for use with
-TensorFlow Lite.
+# Pre-trained models for TensorFlow Lite
+
+There are a variety of already trained, open source models you can use
+immediately with TensorFlow Lite to accomplish many machine learning tasks.
+Using pre-trained TensorFlow Lite models lets you add machine learning
+functionality to your mobile and edge device application quickly, without having
+to build and train a model. This guide helps you find and decide on trained
+models for use with TensorFlow Lite.
You can start browsing TensorFlow Lite models right away based on general use
cases in the [TensorFlow Lite Examples](../../examples) section, or browse a