Xingyu-Zheng's picture
Update README.md
4fa3e66 verified
|
Raw
History Blame
1.16 kB
metadata
base_model: google/gemma-4-31B-it
library_name: transformers
license: apache-2.0
license_link: https://ai.google.dev/gemma/docs/gemma_4_license
pipeline_tag: image-text-to-text
datasets:
  - nohurry/Opus-4.6-Reasoning-3000x-filtered
tags:
  - vLLM
  - SGLang
This is an unofficial quantized version of google/gemma-4-31B-it.

🧠 Quantization Framework

GPTQModel

πŸ—ΊοΈ Quantization Method

FOEM (AAAI 2026)

FOEM is an improved quantization method over GPTQ. The resulting model preserves the same inference structure as GPTQ, ensuring compatibility with existing deployment pipelines while achieving better accuracy.

πŸ“š Calibration Dataset

We randomly sampled 512 examples from nohurry/Opus-4.6-Reasoning-3000x-filtered.

πŸ“‹ Usage Example

This model can be deployed using standard frameworks such as vLLM, just like other GPTQModel-quantized models.