"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "1e1b372d07c0c71c2d28558ce1da28bdcacb9955"
Unverified Commit f968b116 authored by Clement's avatar Clement Committed by GitHub
Browse files

typo

parent 88e793f3
...@@ -6,7 +6,7 @@ This repository contains an op-for-op PyTorch reimplementation of [Google's Tens ...@@ -6,7 +6,7 @@ This repository contains an op-for-op PyTorch reimplementation of [Google's Tens
This implementation can load any pre-trained TensorFlow checkpoint for BERT (in particular [Google's pre-trained models](https://github.com/google-research/bert)) and a conversion script is provided (see below). This implementation can load any pre-trained TensorFlow checkpoint for BERT (in particular [Google's pre-trained models](https://github.com/google-research/bert)) and a conversion script is provided (see below).
The code to use, in addition, [the Multilingual and Chinese models](https://github.com/google-research/bert/blob/master/multilingual.md) will be added latter this week (it's actually just the tokenization code that needs to be updated). The code to use, in addition, [the Multilingual and Chinese models](https://github.com/google-research/bert/blob/master/multilingual.md) will be added later this week (it's actually just the tokenization code that needs to be updated).
## Loading a TensorFlow checkpoint (e.g. [Google's pre-trained models](https://github.com/google-research/bert#pre-trained-models)) ## Loading a TensorFlow checkpoint (e.g. [Google's pre-trained models](https://github.com/google-research/bert#pre-trained-models))
......
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