Instructions to use FMZGL/Gemma2-9b-cv93 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FMZGL/Gemma2-9b-cv93 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("/root/autodl-tmp/model/gemma2-9b-it-bf16") model = PeftModel.from_pretrained(base_model, "FMZGL/Gemma2-9b-cv93") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4889745 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b2774f2f91711c2f9c8303aa86b38115bb0155ec980829533eb689fabda96599
size 433573258
|