Instructions to use ZurichNLP/mlit-llama-3-8b-ml1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ZurichNLP/mlit-llama-3-8b-ml1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "ZurichNLP/mlit-llama-3-8b-ml1") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
96c47fa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cdc96902ffd7b50242c2545a55ce5123b64140eb79714d7c01c7a3c921b2464d
size 671250189
|