Instructions to use ingeol/chat_7b_competition_0_4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ingeol/chat_7b_competition_0_4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("kfkas/Llama-2-ko-7b-Chat") model = PeftModel.from_pretrained(base_model, "ingeol/chat_7b_competition_0_4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K