Specify tokenizer in config.
This commit is contained in:
parent
9a0a13b5c8
commit
011967336d
|
@ -171,6 +171,7 @@
|
|||
"pooler_num_fc_layers": 3,
|
||||
"pooler_size_per_head": 128,
|
||||
"pooler_type": "first_token_transform",
|
||||
"tokenizer_class": "BertTokenizerFast",
|
||||
"type_vocab_size": 2,
|
||||
"vocab_size": 21128
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue