Views
No views yet
alegsandyr/gemma_3_12B_qkv512_ff1620_q4_g32_full_submissionoutputs/models/gemma_3_12B_qkv512_ff1620_q4_g32_gptq_calib1024_infpromptalegsandyr/gemma_3_12B_qkv512_ff1620calibration_field=inference_prompt.
The Hugging Face repository is intended to contain these weights at the repository root together
with this submission runner.SVDLinear = up(down(x)), wrap quantized factors when quantization_config.json is present, and run Hugging Face generation.bash setup.shrequirements.txt.1bash run.sh \
2 --lang-pair ces-deu \
3 --batch-size 8 \
4 --input input.txt \
5 --output output.txt--batch-size argument is accepted. To reduce OOM risk with long WMT inputs, the runner internally caps the effective micro-batch size to MAX_EFFECTIVE_BATCH_SIZE (default 1). Set MAX_EFFECTIVE_BATCH_SIZE=8 if the evaluation GPU has enough memory and full batching is desired.run.sh first checks whether model weights are present next to run.sh.
In a clone/snapshot of the self-contained Hugging Face repository, it loads the local repository
root directly. If weights are not present next to the script, it falls back to:alegsandyr/gemma_3_12B_qkv512_ff1620_q4_g32_full_submissionMODEL_DIR=outputs/models/gemma_3_12B_qkv512_ff1620_q4_g32_gptq_calib1024_infprompt bash run.sh ...outputs/models/gemma_3_12B_qkv512_ff1620_q4_g64_gptq_calib1024_infprompt is about 4.7G, but smoke tests showed occasional English fragments.outputs/models/gemma_3_12B_qkv512_ff1620_q4_g48_gptq_calib1024_infprompt is about 4.8G, but smoke tests showed word artifacts.outputs/models/gemma_3_12B_qkv512_ff1620_q4_g128_gptq_calib128 is about 4.5G, but quality dropped more noticeably.1config.json
2tokenizer files
3model.safetensors or model.safetensors.index.json with shards
4compression_config.json
5quantization_config.jsonces-deu / cs-de.bf16.max_new_tokens=256.DEQUANTIZE_SVD_ON_LOAD=1) to avoid repeated per-forward dequantization overhead.DEVICE_MAP=auto to use Accelerate dispatch.