NDLB / config.json
ariG23498's picture
ariG23498 HF staff
adding safetensor
fda716f
raw
history blame
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"
}