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: 133 Bytes
b130756 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7da53ca29fb16f6b2489482fc0bc6a394162cdab14d12764a1755ebc583fea79
size 17518525
|