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