CoolFace
Modelpublic

dealignai/DeepSeek-V4-Flash-0731-CRACK-NVFP4

sourceHugging Facemitupdated 2mo agoView on Hugging Face
23likes672downloads
Model Card

<p align="center"> <img src="dealign_logo.png" alt="Dealign.ai" width="180"/> <br/><strong><a href="https://dealign.ai">Dealign.ai</a></strong> </p>

DeepSeek-V4-Flash-0731-CRACK-NVFP4

Uncensored DeepSeek-V4-Flash-0731 — safety refusals removed while fully preserving knowledge, reasoning (controllable effort), tool-calling, and DSpark speculative decoding. Native FP8 + FP4 (NVFP4-class) checkpoint (~167 GB), built to serve tensor-parallel across two NVIDIA GB10 / DGX Spark nodes.

Research artifact with reduced safety guardrails. Use responsibly and lawfully.

Model

  • —Base: deepseek-ai/DeepSeek-V4-Flash-0731 (43-layer MoE, 256 routed + 1 shared expert, MLA, sliding-window attention, ~1M context via YaRN). Native quant: FP8 (attention + shared experts)
  • —FP4 (routed experts), DSpark MTP head — all preserved. Serves unchanged in the DeepSeek-V4 vLLM path.

Benchmarks (vs. base, same checkpoint, on 2×GB10 TP2)

MetricBaseThis model
MMLU (logit, 285Q)84.2%86.7% (+2.5pp)
HumanEval pass@2 (70)—94.3%
HarmBench compliance (240)refuses≥96%, 0 hard refusals
Decode throughput (single-stream)—45–49 tok/s
Prefix-cache hit (12-way concurrent)—64% (3.7× faster on hit)
Multiturn correctness (24 concurrent)—24/24
GPU KV cache—1.27M tokens (fp8)

HarmBench compliance by category

240 behaviors, answer-channel (no-refusal) compliance, greedy:

CategoryComplyRate
chemical biological42/42100%
cybercrime intrusion52/52100%
harassment bullying21/21100%
harmful18/18100%
illegal53/53100%
misinformation disinformation54/54100%

Knowledge and reasoning are fully retained — MMLU is within noise (slightly higher). Compliance is measured on the answer channel.

Recommended sampling

Official DeepSeek-V4-Flash defaults, stamped as this repo's generation_config.json:

ParamValue
temperature1.0
top_p0.95
json
{"do_sample": true, "temperature": 1.0, "top_p": 0.95}

These are applied automatically when a request omits sampling params. Override per-request as needed.

Serving (2× DGX Spark GB10, tensor-parallel-2)

Requires the DeepSeek-V4 vLLM path for sm_121 (e.g. the jasl/vllm GB10 build). Head + worker over a RoCE point-to-point link, TP=2 + expert-parallel, fp8 KV cache, DSpark spec-decode, 384K ctx. See the included serve/ scripts. Key flags:

vllm serve <this-model> --tensor-parallel-size 2 --enable-expert-parallel \
  --distributed-executor-backend mp --nnodes 2 --node-rank {0,1} --master-addr <head> \
  --kv-cache-dtype fp8 --block-size 256 --enable-prefix-caching \
  --max-model-len 393216 --gpu-memory-utilization 0.80 \
  --speculative-config '{"method":"dspark","num_speculative_tokens":5}' \
  --reasoning-parser deepseek_v4 --tool-call-parser deepseek_v4 --enable-auto-tool-choice

Reasoning effort

Controllable thinking (low / high / max) via the reasoning system preface; the reasoning trace is returned as reasoning_content, the answer as content. Note: thinking mode reasons at length — allow ≥2500 output tokens or the answer may be truncated.

Tools

DeepSeek-V4 tool-call parser; pass OpenAI-style tools to the chat endpoint.

License

MIT (inherits the upstream DeepSeek-V4-Flash license terms). Review before use.

Contact

eric@dealign.ai