Instructions to use devolvedaihub/LunaChat-V-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use devolvedaihub/LunaChat-V-1.0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("01-ai/Yi-34B-Chat") model = PeftModel.from_pretrained(base_model, "devolvedaihub/LunaChat-V-1.0") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.