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:4bb496ffff58bee7986a4f8b9b6c9b940f2f17612c6d36461c7ef5adfa371073
size 983557485
|