Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 9a1e66d

Browse files
committed
Update 20200824-e2e-text-preprocessing.md
test bold?
1 parent 079be95 commit 9a1e66d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rfcs/20200824-e2e-text-preprocessing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Additionally, many existing Python methods write out processed outputs to files
2525
## User Benefit
2626

2727
The proposed new set of text preprocessing APIs will allow users to:
28-
- *Assemble TF input pipelines w/ reusable, well-tested, standard building blocks* that transform their text datasets into model inputs. Being part of the TF graph also enables users to make preprocessing choices dynamically on the fly.
29-
- *Drastically simplify their model’s inputs to just text.* Users will be able to easily expand to new datasets for training, evaluation or inference. Models deployed to TF Serving can start from text inputs and encapsulate the details of preprocessing.
30-
- *Reduce risks of training/serving skew*** by giving models stronger ownership of the entire preprocessing and postprocessing process.
31-
- *Reduced complexity and improved input pipeline efficiency* by removing an extra read & write step to transform their datasets and improved efficiency w/ vectorized mapping by processing inputs in batches.
28+
- **Assemble TF input pipelines w/ reusable, well-tested, standard building blocks** that transform their text datasets into model inputs. Being part of the TF graph also enables users to make preprocessing choices dynamically on the fly.
29+
- **Drastically simplify their model’s inputs to just text.** Users will be able to easily expand to new datasets for training, evaluation or inference. Models deployed to TF Serving can start from text inputs and encapsulate the details of preprocessing.
30+
- **Reduce risks of training/serving skew** by giving models stronger ownership of the entire preprocessing and postprocessing process.
31+
- **Reduced complexity and improved input pipeline efficiency** by removing an extra read & write step to transform their datasets and improved efficiency w/ vectorized mapping by processing inputs in batches.
3232

3333

3434
## Design Proposal

0 commit comments

Comments
 (0)