Skip to content

Commit

Permalink
cheatsheet: fix output name for uncased vocab
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-it committed Apr 27, 2020
1 parent fe6a8c3 commit 9903e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHEATSHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ trainer = tokenizer.train(
wordpieces_prefix="##"
)

tokenizer.save("./", "cased")
tokenizer.save("./", "uncased")
```

# BERT preprocessing
Expand Down

0 comments on commit 9903e1b

Please sign in to comment.