Jiahui Chen
Jiahui Chen
## Expected Behavior When using the given model initialization code: ``` from open_flamingo import create_model_and_transforms model, image_processor, tokenizer = create_model_and_transforms( clip_vision_encoder_path="ViT-L-14", clip_vision_encoder_pretrained="openai", lang_encoder_path="anas-awadalla/mpt-7b", tokenizer_path="anas-awadalla/mpt-7b", cross_attn_every_n_layers=4 ) ``` the model should...
Hello, The link to "[1-5 Likert annotations of images generated by 5 T2I models on TIFA160 prompts](https://github.com/j-min/DSG/blob/main/tifa160-dev-anns.csv)" in the README results in a 404 Error. Is [this](https://github.com/j-min/DSG/blob/main/dsg/data/tifa160-likert-anns.csv) the file of...