constants.py 160 Bytes
Newer Older
wangsen's avatar
wangsen committed
1
2
3
4
5
6
DEFAULT_SERVER_FORMAT = "{}://localhost:{}"
DEFAULT_SERVER_PORT = 8082

CONFIG_MODEL_KEY = 'model'
CONFIG_MODEL_PATH = "bert_model"
CONFIG_MODEL_VOCAB = "vocab"