autodistill / autodistill-kosmos-2

Kosmos-2 base model for use with Autodistill.
https://docs.autodistill.com
MIT License
5 stars 2 forks source link

Model Question #3

Open shersoni610 opened 11 months ago

shersoni610 commented 11 months ago

Hello,

Huggingface uses a different model. Any idea which is better? ( instead of ydshieh, HF uses microsoft)

self.model = AutoModelForVision2Seq.from_pretrained( ¦ "ydshieh/kosmos-2-patch14-224", trust_remote_code=True ) self.processor = AutoProcessor.from_pretrained( ¦ "ydshieh/kosmos-2-patch14-224", trust_remote_code=True )