Mantisec/Qwen3.5-4B-FP16
Qwen3.5-4B-fp16
FP16 conversion of `Qwen/Qwen3.5-4B`, produced by bfsquish v0.1.0.
Intended use
Optimized for FP16 inference and fine-tuning on NVIDIA V100 (Volta) GPUs, which lack native BF16 Tensor Core support. The weights have been converted from BF16 to FP16 using the effective clamp_only strategy (see below).
Conversion details
Conversion strategy
Direct upcast to FP32, clamp to FP16 range (+/-65504), downcast to FP16. The simplest strategy, near-lossless for well-behaved trained weights whose values are concentrated near zero.
Transform plan
v1 strategy applied: clamp_only (no v2 plan bundle was produced for this conversion).
Enhanced chat template
Prompt rendering uses the selected third-party enhanced template; model weights are unchanged by this step. The standalone and embedded forms were smoke-rendered to the same prompt before publication.
Reproduce the prompt-format step with --chat-template latest --chat-template-repo peculiar-ragdoll/Qwen-Sharp-Chat-Templates --chat-template-revision fa3a1295882d31132770c156fced4e616b5db25d.
Numerical quality
Validation notes
- generation agreement passed despite logit drift: tokenagreement=100.00% (pass≥98.00%), mincos=0.999978, max_diff=0.2151
Reproducing this conversion
bfsquish run \
--model Qwen/Qwen3.5-4B \
--output-dir ./out \
--strategy autoLicense
Inherited from the source model. Refer to the source model's license for terms of use.
