Instructions to use ZurichNLP/mlit-leo-7b-ml2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ZurichNLP/mlit-leo-7b-ml2 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-ml2") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6f2c3a1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f0f0b7c8a327df1f0d1f4ed5f22a0586f15e1f03b9a4230514472be46f4f6861
size 639792909
|