Instructions to use alchemist69/70c79cf2-4ba3-44a0-aca8-d33a327a5455 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alchemist69/70c79cf2-4ba3-44a0-aca8-d33a327a5455 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("oopsung/llama2-7b-koNqa-test-v1") model = PeftModel.from_pretrained(base_model, "alchemist69/70c79cf2-4ba3-44a0-aca8-d33a327a5455") - Notebooks
- Google Colab
- Kaggle
Ctrl+K