julien-c HF staff mixx commited on
Commit
0e9f43f
1 Parent(s): bdb420b

Update README.md (#10)

Browse files

- Update README.md (571f8d59e36ab9e22df0053afb9e5c1da201f457)


Co-authored-by: mixx <mixx@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
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 aftwrwards.
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