Skip to content

Commit

Permalink
Update bert_experts.ipynb with preprocessing model /3.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 352006367
  • Loading branch information
TensorFlow Hub Authors authored and copybara-github committed Jan 15, 2021
1 parent 08ddfc6 commit 9fe2698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/colab/bert_experts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"#@title Configure the model { run: \"auto\" }\n",
"BERT_MODEL = \"https://tfhub.dev/google/experts/bert/wiki_books/2\" # @param {type: \"string\"} [\"https://tfhub.dev/google/experts/bert/wiki_books/2\", \"https://tfhub.dev/google/experts/bert/wiki_books/mnli/2\", \"https://tfhub.dev/google/experts/bert/wiki_books/qnli/2\", \"https://tfhub.dev/google/experts/bert/wiki_books/qqp/2\", \"https://tfhub.dev/google/experts/bert/wiki_books/squad2/2\", \"https://tfhub.dev/google/experts/bert/wiki_books/sst2/2\", \"https://tfhub.dev/google/experts/bert/pubmed/2\", \"https://tfhub.dev/google/experts/bert/pubmed/squad2/2\"]\n",
"# Preprocessing must match the model, but all the above use the same.\n",
"PREPROCESS_MODEL = \"https://tfhub.dev/tensorflow/bert_en_uncased_preprocess/2\""
"PREPROCESS_MODEL = \"https://tfhub.dev/tensorflow/bert_en_uncased_preprocess/3\""
]
},
{
Expand Down

0 comments on commit 9fe2698

Please sign in to comment.