OFA-Sys / OFA

Official repository of OFA (ICML 2022). Paper: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework
Apache License 2.0
2.42k stars 248 forks source link

Hugging Face - Difference between ofa-large and ofa-large-caption #297

Closed willxxy closed 1 year ago

willxxy commented 1 year ago

Hello I noticed on Hugging Face, there is a ofa-large and ofa-large-caption pretrained model.

What are the main differences between these two models?

JustinLin610 commented 1 year ago

ofa-large is the pretrained model, and ofa-large-caption is the model finetuned on COCO captions

willxxy commented 1 year ago

Ok thank you!