Update README.md
#71
by
landonh
- opened
README.md
CHANGED
@@ -40,7 +40,7 @@ classifier using the features produced by the BERT model as inputs.
|
|
40 |
|
41 |
## Model variations
|
42 |
|
43 |
-
BERT has originally been released in base and large variations, for cased and uncased input text. The uncased models also strips out
|
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 afterward.
|
|
|
40 |
|
41 |
## Model variations
|
42 |
|
43 |
+
BERT has originally been released in base and large variations, for cased and uncased input text. The uncased models also strips out any 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 afterward.
|