Update README.md
Browse filesFix typo in card description.
README.md
CHANGED
@@ -43,7 +43,7 @@ classifier using the features produced by the BERT model as inputs.
|
|
43 |
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.
|
44 |
Chinese and multilingual uncased and cased versions followed shortly after.
|
45 |
Modified preprocessing with whole word masking has replaced subpiece masking in a following work, with the release of two models.
|
46 |
-
Other 24 smaller models are released
|
47 |
|
48 |
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.
|
49 |
|
|
|
43 |
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.
|
44 |
Chinese and multilingual uncased and cased versions followed shortly after.
|
45 |
Modified preprocessing with whole word masking has replaced subpiece masking in a following work, with the release of two models.
|
46 |
+
Other 24 smaller models are released afterwards.
|
47 |
|
48 |
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.
|
49 |
|