Instructions to use sassoftware/gemma-4-12B-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sassoftware/gemma-4-12B-it with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("sassoftware/gemma-4-12B-it") model = AutoModelForMultimodalLM.from_pretrained("sassoftware/gemma-4-12B-it", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix typo
#2
by nadolsw - opened
README.md
CHANGED
|
@@ -541,4 +541,4 @@ This repo is consumed by the SAS Document Analysis product offering
|
|
| 541 |
|
| 542 |
## Model Security Scan
|
| 543 |
|
| 544 |
-
Model weights were scanned on 2026-07-08. All checks passed. Safetensor file
|
|
|
|
| 541 |
|
| 542 |
## Model Security Scan
|
| 543 |
|
| 544 |
+
Model weights were scanned on 2026-07-08. All checks passed. Safetensor file received a LOW risk level assessment.
|