Views
No views yet
| Property | Value |
|---|---|
| Base Model | google/gemma-3-270m |
| Architecture | Gemma3 (18 layers, 4 heads, 1 KV head) |
| Hidden Size | 640 |
| Intermediate Size | 2048 |
| Head Dim | 256 |
| Vocab Size | 262,144 |
| Max Position Embeddings | 32,768 |
| Attention | Sliding window (512) + full attention (every 6th layer) |
| Quantization | FP8 E4M3 (weights + input activations) |
| Quantization Method | NVIDIA ModelOpt (mtq.FP8_DEFAULT_CFG) |
| Model Size | 416 MB (safetensors) |
| Batch | Seq Len | Cosine Similarity | Result |
|---|---|---|---|
| 1 | 128 | 0.9919 | PASS |
| 2 | 512 | 0.9937 | PASS |
| 4 | 1024 | 0.9935 | PASS |
| 8 | 2048 | 0.9937 | PASS |
| 8 | 100 | 0.9920 | PASS |
| 8 | 500 | 0.9933 | PASS |
| 8 | 4000 | 0.9937 | PASS |
.
├── config.json # Model config with quantization_config
├── model.safetensors # FP8 quantized weights + scales
├── calib.json # Activation scales per layer
├── tokenizer.json # Tokenizer
├── tokenizer_config.json # Tokenizer config
├── special_tokens_map.json # Special tokens
├── added_tokens.json # Added tokens
└── generation_config.json # Generation config