Instructions to use prxy5607/ec3cfc36-4631-405d-8963-074d7ac979cd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5607/ec3cfc36-4631-405d-8963-074d7ac979cd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MLP-KTLim/llama-3-Korean-Bllossom-8B") model = PeftModel.from_pretrained(base_model, "prxy5607/ec3cfc36-4631-405d-8963-074d7ac979cd") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes