"projects_oss/git@developer.sourcefind.cn:OpenDAS/d2go.git" did not exist on "c480d4e4e213a850cced7758f7b62c20caad8820"
Commit 3cfd0ba0 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 d4112a1b
# Exporting a pre-trained Encoder to TF Hub # Exporting a pre-trained Encoder to TF Hub
[TOC]
## Overview ## Overview
This doc explains how to use TF-NLP's This doc explains how to use TF-NLP's
...@@ -265,7 +263,7 @@ Transformer encoders from TF Hub'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). [Common APIs for text](https://www.tensorflow.org/hub/common_saved_model_apis/text).
Please see 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, for the full documentation of one preprocessing model exported with this tool,
especially how custom trimming of inputs can happen between `.tokenize` and especially how custom trimming of inputs can happen between `.tokenize` and
`.bert_pack_inputs`. `.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