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