Instructions to use cunghoctienganh/8c90369c-2790-4372-a0e2-a9bf8d59d753 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/8c90369c-2790-4372-a0e2-a9bf8d59d753 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, "cunghoctienganh/8c90369c-2790-4372-a0e2-a9bf8d59d753") - Notebooks
- Google Colab
- Kaggle
Ctrl+K