mediapipe/mediapipe/tasks/testdata/metadata/bert_tokenizer_meta.json
2022-11-09 14:53:12 -08:00

21 lines
443 B
JSON

{
"subgraph_metadata": [
{
"input_process_units": [
{
"options_type": "BertTokenizerOptions",
"options": {
"vocab_file": [
{
"name": "vocab.txt",
"description": "Vocabulary file to convert natural language words to embedding vectors.",
"type": "VOCABULARY"
}
]
}
}
]
}
]
}