jasper_en_vision_language_v1 / sentence_bert_config.json
infgrad's picture
Introduce a custom Sentence Transformer module for smooth multi-modality (#1)
1d33766 verified
raw
history blame
105 Bytes
{
"max_seq_length": 2048,
"do_lower_case": false,
"tokenizer_args": {
"padding_side": "right"
}
}