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