File size: 711 Bytes
d62d9b4 071363e d62d9b4 071363e d62d9b4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [],
"normalizer": null,
"pre_tokenizer": {
"type": "BertPreTokenizer"
},
"post_processor": {
"type": "BertPostProcessor",
"sep": {
"type": "SpecialToken",
"id": 102,
"piece": "[SEP]"
},
"cls": {
"type": "SpecialToken",
"id": 101,
"piece": "[CLS]"
}
},
"decoder": null,
"model": {
"type": "BertWordPiece",
"vocab": {
"[PAD]": 0,
"[UNK]": 1,
"[CLS]": 101,
"[SEP]": 102,
"[MASK]": 103,
"other": 104,
"words": 105
// Incluye todas las palabras del vocabulario aquí
},
"unk_token": "[UNK]"
}
}
|