Instructions to use akpon900/dream-instruct-void with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use akpon900/dream-instruct-void with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Dream-org/Dream-v0-Instruct-7B") model = PeftModel.from_pretrained(base_model, "akpon900/dream-instruct-void") - Adapters
How to use akpon900/dream-instruct-void with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("akpon900/dream-instruct-void", set_active=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K