File size: 190 Bytes
cd123bf |
1 2 3 4 5 6 7 8 9 |
model_path: "./pretrained/best_model.pth"
vocab_path: "./pretrained/vocab.json"
config_path: "./pretrained/config.json"
max_seq_len: 300
server:
local: true
host: "0.0.0.0"
port: 7860
|