Instructions to use Yan777/trained_weigths_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Yan777/trained_weigths_2 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, "Yan777/trained_weigths_2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b4ce889 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1549fcb6e6d7f7460c394078233eceee3031b81cb58c80e7e91d91c38f09c233
size 4728
|