[to #42322933] add constants

This commit is contained in:
Yingda Chen
2022-08-22 17:35:37 +08:00
parent cda4df741a
commit 7a40913af5

View File

@@ -201,6 +201,8 @@ class ModelFile(object):
TF_CKPT_PREFIX = 'ckpt-'
TORCH_MODEL_FILE = 'pytorch_model.pt'
TORCH_MODEL_BIN_FILE = 'pytorch_model.bin'
VOCAB_FILE = 'vocab.txt'
ONNX_MODEL_FILE = 'model.onnx'
LABEL_MAPPING = 'label_mapping.json'