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