Instructions to use Akshay06/finetuned_model_Lama2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Akshay06/finetuned_model_Lama2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "Akshay06/finetuned_model_Lama2") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
54f777a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:01542df40e45e01a5cdf2b173c1dbd41e6a2eafa93f24869d5e7fead8b2cc9e3
size 160063562
|