patrickjohncyh / fashion-clip

FashionCLIP is a CLIP-like model fine-tuned for the fashion domain.
MIT License
327 stars 36 forks source link

How To Load Fashion CLIP 2.0 #15

Closed shivamtundele closed 1 year ago

shivamtundele commented 1 year ago

Hello,

For HuggingFace API,

Does below automatically loads updated Fashion CLIP 2.0 model or is there some other identifier than "patrickjohncyh/fashion-clip"? processor = AutoProcessor.from_pretrained("patrickjohncyh/fashion-clip")

TIA

vinid commented 1 year ago

Hello!

That call automatically loads 2.0 :)

On Mon, Jun 26, 2023, 14:24 Shivam Tundele @.***> wrote:

Hello,

For HuggingFace API,

Does below automatically loads updated Fashion CLIP 2.0 model or is there some other identifier than "patrickjohncyh/fashion-clip"? processor = AutoProcessor.from_pretrained("patrickjohncyh/fashion-clip")

TIA

— Reply to this email directly, view it on GitHub https://github.com/patrickjohncyh/fashion-clip/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARBSS52H6U4OVMFS2U6RFTXNH42XANCNFSM6AAAAAAZUW3ARY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

shivamtundele commented 1 year ago

Thanks!