Instructions to use RMHalak/adapters-gemma-bf16-QLORA-super_glue-axb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RMHalak/adapters-gemma-bf16-QLORA-super_glue-axb with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("google/gemma-7b-it") model = PeftModel.from_pretrained(base_model, "RMHalak/adapters-gemma-bf16-QLORA-super_glue-axb") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b130756 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:afeb53b2a7196d883bfc84d14f09e8e0695d9d8e03d78e0808d6ccd284c8ce43
size 5176
|