From f968b11657de10e0b89c8d113f599b1ef1fca2bc Mon Sep 17 00:00:00 2001 From: Clement Date: Mon, 5 Nov 2018 14:59:44 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90448d9f8f..1eeeed2e28 100644 --- a/README.md +++ b/README.md @@ -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))