Instructions to use principle/midjourney-falcon-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use principle/midjourney-falcon-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vilsonrodrigues/falcon-7b-instruct-sharded") model = PeftModel.from_pretrained(base_model, "principle/midjourney-falcon-7b") - Notebooks
- Google Colab
- Kaggle
Upload adapter_model.bin
#3 opened about 2 years ago
by
JoshuaJacobs25
Librarian Bot: Add base_model information to model
#2 opened almost 3 years ago
by
librarian-bot