Instructions to use RMHalak/adapters-gemma-bnb8-QLORA-super_glue-cb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RMHalak/adapters-gemma-bnb8-QLORA-super_glue-cb 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-bnb8-QLORA-super_glue-cb") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e71003a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5a340a109d5e62626275ef5958cc5d7655c5aae764eabb31f9d6126dc4d422e8
size 5048
|