Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
81419766
Commit
81419766
authored
Feb 24, 2021
by
A. Unique TensorFlower
Browse files
Markdown fix: GitHub doesn't render `[TOC]`. Also, a typo.
PiperOrigin-RevId: 359312071
parent
62f08083
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
official/nlp/docs/tfhub.md
official/nlp/docs/tfhub.md
+1
-3
No files found.
official/nlp/docs/tfhub.md
View file @
81419766
# 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/
t
ensorflow/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`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment