Instructions to use QomSSLab/Gemma3-Rhino-27B-DPOv1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use QomSSLab/Gemma3-Rhino-27B-DPOv1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-3-27b-it-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "QomSSLab/Gemma3-Rhino-27B-DPOv1") - Notebooks
- Google Colab
- Kaggle
Upload model and tokenizer
Browse files
model-00009-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2e1dfdefa791817e21e1b31c95cf42dafc0b2db079d10927313d61dd5644dbe
|
| 3 |
+
size 4954793016
|