Instructions to use Chat-UniVi/Chat-UniVi-13B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chat-UniVi/Chat-UniVi-13B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Chat-UniVi/Chat-UniVi-13B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add library name and paper link to model card
#3
by nielsr HF Staff - opened
This PR adds the library_name to the metadata section of the model card, clarifying that this model works with the Hugging Face transformers library. It also adds a link to the paper on Hugging Face.