Instructions to use nightdude/config_800 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nightdude/config_800 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_800") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
bf48eb3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e159c7306b73bdc79db2344f4b7f5d8aa85d6018c1f9bc75ab06eed4d0d8516c
size 127255373
|