File size: 579 Bytes
25479d9
 
 
0b0ec56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: mit
---
# gemma4-zero-compute

Optimized Gemma4 text-only checkpoint exported from this repository.

## Loading

```python
from transformers import AutoModelForCausalLM, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("haysonC/gemma4-zero-compute", trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained("haysonC/gemma4-zero-compute", trust_remote_code=True)
```

## Notes

- Base model: `google/gemma-4-26B-A4B-it`
- Architecture: `OptimizedGemma4ForCausalLM`
- Scope: text-only causal language model export
- Router checkpoint loaded: `True`