Commit 81419766 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Markdown fix: GitHub doesn't render `[TOC]`. Also, a typo.

PiperOrigin-RevId: 359312071
parent 62f08083
# Exporting a pre-trained Encoder to TF Hub
[TOC]
## Overview
This doc explains how to use TF-NLP's
......@@ -265,7 +263,7 @@ Transformer encoders from TF Hub's
[Common APIs for text](https://www.tensorflow.org/hub/common_saved_model_apis/text).
Please see
[tfhub.dev/ensorflow/bert_en_uncased_preprocess](https://tfhub.dev/tensorflow/bert_en_uncased_preprocess)
[tfhub.dev/tensorflow/bert_en_uncased_preprocess](https://tfhub.dev/tensorflow/bert_en_uncased_preprocess)
for the full documentation of one preprocessing model exported with this tool,
especially how custom trimming of inputs can happen between `.tokenize` and
`.bert_pack_inputs`.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment