mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
typo
This commit is contained in:
parent
88e793f31a
commit
f968b11657
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
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…
Reference in a new issue