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 size: 134 Bytes
24ab22c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5d5fa9e9fa9fede5e173a633c3a047803f82f3bcff12e5d44cf819e0800e5a78
size 491823213
|