Instructions to use dudleymax/ludwig-llama2python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dudleymax/ludwig-llama2python with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "dudleymax/ludwig-llama2python") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
21562e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d2c65add650c2bb20c601db87a8b79262ff3433a556d5b7348a8c2e1f3bb2e8a
size 16794200
|