Customize the doc for each language

This commit is contained in:
Anthony MOI
2020-10-01 16:53:04 -04:00
committed by Anthony MOI
parent 7366b9e797
commit e865b7cd7c
4 changed files with 44 additions and 31 deletions

View File

@@ -1,7 +1,8 @@
from tokenizers import Tokenizer
# START load
tokenizer = Tokenizer.from_file("data/roberta.json")
# END load
example = "This is an example"
ids = [713, 16, 41, 1246]