"git@developer.sourcefind.cn:modelzoo/solov2-pytorch.git" did not exist on "3d2b79bdc3fbdbabfccbe77b8c265ffc7a021d90"
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 # 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