Instructions to use ZurichNLP/mlit-leo-7b-ml3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ZurichNLP/mlit-leo-7b-ml3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("LeoLM/leo-hessianai-7b") model = PeftModel.from_pretrained(base_model, "ZurichNLP/mlit-leo-7b-ml3") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8253a41 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:621bc4c0bad0d5fcc71db9218959d7e403a40beb51666ddf04a894124ad2e049
size 639792909
|