Current section
Files
Jump to
Current section
Files
test/fixtures/minimal_wordpiece_batch_longest_padded.json
{
"version": "1.0",
"padding": {
"strategy": "BatchLongest",
"direction": "Left",
"pad_to_multiple_of": null,
"pad_id": 0,
"pad_type_id": 0,
"pad_token": "[PAD]"
},
"model": {
"type": "WordPiece",
"unk_token": "[UNK]",
"continuing_subword_prefix": "##",
"max_input_chars_per_word": 100,
"vocab": {
"[PAD]": 0,
"[UNK]": 1,
"hello": 2,
"world": 3,
"token": 4,
"##s": 5,
"more": 6,
"text": 7
}
},
"pre_tokenizer": {
"type": "Whitespace"
},
"decoder": {
"type": "WordPiece",
"prefix": "##",
"cleanup": false
}
}