ViCLIP / config.json
qingy2019's picture
INIT
6a3eb21
raw
history blame contribute delete
240 Bytes
{
"architectures": [
"ViCLIP"
],
"auto_map": {
"AutoConfig": "configuration_viclip.Config",
"AutoModel": "viclip.ViCLIP"
},
"torch_dtype": "float32",
"size":"b",
"tokenizer_path":"./bpe_simple_vocab_16e6.txt.gz"
}