Instructions to use LSX-UniWue/LLaMmlein_1B_chat_evol_instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LSX-UniWue/LLaMmlein_1B_chat_evol_instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("LSX-UniWue/LLaMmlein_1b") model = PeftModel.from_pretrained(base_model, "LSX-UniWue/LLaMmlein_1B_chat_evol_instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
bd2d594 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc6ab8b3ec941199be300ac65e69a37024a2fc84cd8422fd552e93fba80de1b7
size 5560
|