huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
128.62k stars 25.51k forks source link

Meta FAIR Chameleon 7b and 30b #31505

Open AmericanPresidentJimmyCarter opened 2 weeks ago

AmericanPresidentJimmyCarter commented 2 weeks ago

Model description

The model is a LLaMA style architecture with a VQGAN for image input and generation. It is also likely to be finetuned for patch input for images similar to Fuyu, so it would be a good idea to have the implementation flexible for different types of image input. The weights are available under a research license.

Open source status

Provide useful links for the implementation

https://github.com/facebookresearch/chameleon

https://ai.meta.com/blog/meta-fair-research-new-releases/

zucchini-nlp commented 2 weeks ago

Hi! Adding Chameleon to transformers is work in progress and should be finalized soon 🤗