NDLB / config.json
manu-gaur's picture
Adding safetensors (#1)
14c8b3b verified
raw
history blame contribute delete
249 Bytes
{
"beam_size": 5,
"best_model_path": "./best.pt",
"clip_model": "ViT-B/32",
"clipcap_path": "./modded_mle.pt",
"do_sample": false,
"max_len": 50,
"official_clipcap_weights": "./official_clipcap.pt",
"train_method": "discriminative"
}