Groma icon indicating copy to clipboard operation
Groma copied to clipboard

Grounded Multimodal Large Language Model with Localized Visual Tokenization

Results 3 Groma issues
Sort by recently updated
recently updated
newest added

I have manually downloaded the model weights from Hugging Face and tried fine-tuning the model using the following command. `bash scripts/vl_finetune.sh ./groma-7b-pretrain ./train_history/` But the program still tries to access...

Very cool work and congrats on what you have accomplished. Wanted to know if you all had plans to release a finetuning guide and how to format datasets

documentation

Hello, Thank you for the exciting work and code release! It seems that eval_lvis requests conv_temp='groma', but conversation.py does not have a 'groma' conv_templates. Which template should we use? Thanks...