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