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