mirror of
https://github.com/stefan-it/turkish-bert.git
synced 2021-05-12 18:32:27 +03:00
cheatsheet: fix output name for uncased vocab
This commit is contained in:
@@ -69,7 +69,7 @@ trainer = tokenizer.train(
|
||||
wordpieces_prefix="##"
|
||||
)
|
||||
|
||||
tokenizer.save("./", "cased")
|
||||
tokenizer.save("./", "uncased")
|
||||
```
|
||||
|
||||
# BERT preprocessing
|
||||
|
||||
Reference in New Issue
Block a user