Instructions to use datlaaaaaaa/697f39db-e673-422a-bcbc-eab0e6680801 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use datlaaaaaaa/697f39db-e673-422a-bcbc-eab0e6680801 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Genstruct-7B") model = PeftModel.from_pretrained(base_model, "datlaaaaaaa/697f39db-e673-422a-bcbc-eab0e6680801") - Notebooks
- Google Colab
- Kaggle
Ctrl+K