Instructions to use nhungphammmmm/f4c7b7ea-9ec8-4c6c-b71e-45ffbd12cc79 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/f4c7b7ea-9ec8-4c6c-b71e-45ffbd12cc79 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Korabbit/llama-2-ko-7b") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/f4c7b7ea-9ec8-4c6c-b71e-45ffbd12cc79") - Notebooks
- Google Colab
- Kaggle
Ctrl+K