From 0e9f43ffc3afb401b28131d3443a63cb98e5deb8 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Mon, 26 Sep 2022 06:26:20 +0000 Subject: [PATCH] Update README.md (#10) - Update README.md (571f8d59e36ab9e22df0053afb9e5c1da201f457) Co-authored-by: mixx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f5080..69819c1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ classifier using the features produced by the BERT model as inputs. BERT has originally been released in base and large variations, for cased and uncased input text. The uncased models also strips out an accent markers. Chinese and multilingual uncased and cased versions followed shortly after. Modified preprocessing with whole word masking has replaced subpiece masking in a following work, with the release of two models. -Other 24 smaller models are released aftwrwards. +Other 24 smaller models are released afterwards. The detailed release history can be found on the [google-research/bert readme](https://github.com/google-research/bert/blob/master/README.md) on github.