Instructions to use prxy5606/94d5efbe-a432-4669-840f-c14155c183bd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5606/94d5efbe-a432-4669-840f-c14155c183bd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("The-matt/llama2_ko-7b_distinctive-snowflake-182_1060") model = PeftModel.from_pretrained(base_model, "prxy5606/94d5efbe-a432-4669-840f-c14155c183bd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K