File size: 735 Bytes
14e9a9f | 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 40 41 42 43 44 | {
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<pad>",
"special": true
},
{
"id": 1,
"content": "<unk>",
"special": true
}
],
"normalizer": {
"type": "Sequence"
},
"pre_tokenizer": {
"type": "WhitespaceSplit"
},
"model": {
"type": "WordLevel",
"vocab": {
"<pad>": 0,
"<unk>": 1,
"force_x": 2,
"force_y": 3,
"force_z": 4,
"torque_x": 5,
"torque_y": 6,
"torque_z": 7,
"pressure_0": 8,
"pressure_1": 9,
"vibration_0": 10,
"vibration_1": 11,
"contact_on": 12,
"contact_off": 13
},
"unk_token": "<unk>"
}
}
|