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