Instructions to use BEncoderRT/Pythia-QLoRA-Instruction-Tuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BEncoderRT/Pythia-QLoRA-Instruction-Tuning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-1B-deduped") model = PeftModel.from_pretrained(base_model, "BEncoderRT/Pythia-QLoRA-Instruction-Tuning") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ae5c4b4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1f70c7c3f33acab31de58a12f78d12e07f1e61b40b4d07728f484a432e7776cb
size 16781896
|