Instructions to use mindchain/llama2-13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mindchain/llama2-13 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("thenam/Llama-2-13b-hf-small-shards") model = PeftModel.from_pretrained(base_model, "mindchain/llama2-13") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload model 130aa5d
Upload model a1c2d53
Upload model 89ff2d8
Upload model cef104c
Upload model 2538061
Upload model 0b5ac80
initial commit b77a3ab
Jan Karsten Kuhnke commited on