Skip to content

Commit

Permalink
Changing terms "pre-built" models to "pre-trained" models for clarity
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 447102633
  • Loading branch information
joefernandez authored and tensorflower-gardener committed May 7, 2022
1 parent a59b1a8 commit aefc36f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions tensorflow/lite/g3doc/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions tensorflow/lite/g3doc/models/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ landing_page:
- description: >
<p>
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
Expand Down Expand Up @@ -49,12 +49,12 @@ landing_page:
<p>
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:
</p>
<ol>
<li>Start developing machine learning features with
<a href="./ready">pre-built models.</a></li>
<li>Start developing machine learning features with already
<a href="./trained">trained models.</a></li>
<li>Modify existing TensorFlow Lite models using tools such as
<a href="../guide/model_maker">Model Maker</a>.</li>
<li>Build a
Expand Down Expand Up @@ -117,9 +117,9 @@ landing_page:
items:
- classname: tfo-landing-page-card
description: >
<a href="/lite/models/ready/index"><h3 class="no-link">Pick a built model</h3></a>
Learn how to pick a pre-built ML model to use with TensorFlow Lite.
path: /lite/ready/index
<a href="/lite/models/trained"><h3 class="no-link">Pick trained model</h3></a>
Learn how to pick a pre-trained ML model to use with TensorFlow Lite.
path: /lite/models/trained
- classname: tfo-landing-page-card
description: >
<a href="/lite/guide/model_maker"><h3 class="no-link">Modify models</h3></a>
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aefc36f

Please sign in to comment.