Instructions to use DeepaPeri/checkpoint-141 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DeepaPeri/checkpoint-141 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "DeepaPeri/checkpoint-141") - Notebooks
- Google Colab
- Kaggle
File size: 128 Bytes
aa2595a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4326282e14214a900f40bd5520f5d03559e551c0e39dd0343b0dfcc5addf92d3
size 627
|