Instructions to use ByteDance-Seed/BAGEL-7B-MoT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Bagel
How to use ByteDance-Seed/BAGEL-7B-MoT with Bagel:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Improve model card: Update `library_name`, add `multimodal` tag, and add sample usage
#27
by nielsr HF Staff - opened
This PR improves the model card for the BAGEL model by:
- Updating the
library_namemetadata tag frombagel-mottotransformers, aligning it with the model's actual compatibility and enhancing discoverability on the Hugging Face Hub. - Adding the
multimodaltag to the metadata, which accurately reflects the model's capabilities in unified multimodal understanding and generation. - Integrating a comprehensive sample usage section with Python code snippets directly into the model card, demonstrating how to use the model for both text-only and multimodal (text and image) inputs via the
transformerslibrary.
These changes make the model card more informative, discoverable, and user-friendly.