chromium/third_party/tflite_support/src/tensorflow_lite_support/metadata/python/tests/testdata/bert_tokenizer_meta.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"
              }
            ]
          }
        }
      ]
    }
  ]
}