Instructions to use TuningAI/Llama2_13B_startup_Assistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TuningAI/Llama2_13B_startup_Assistant with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf") model = PeftModel.from_pretrained(base_model, "TuningAI/Llama2_13B_startup_Assistant") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
156d629 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e22694a34c85452918e566665e4dfad4340a4970f32157c167df5eb928b05748
size 209772877
|