Add model card metadata, tags, files table, and quant recipe

#4
by mishig HF Staff - opened

This PR expands the model card so it renders properly on the Hub and is more useful to people landing on the page.

Changes:

  • Frontmatter moved to the top of the file (it's currently at the bottom, so YAML metadata doesn't render). Added:

    • library_name: gguf (enables the GGUF widget)
    • base_model: deepseek-ai/DeepSeek-V4-Flash + base_model_relation: quantized (links the repo to the upstream)
    • quantized_by: antirez
    • pipeline_tag: text-generation
    • Discoverability tags (gguf, deepseek-v4-flash, moe, iq2_xxs, q2_k, q4_k, ds4, apple-silicon, metal, …)
  • Original intro preserved verbatim — the two-sentence description and the link to the ds4 repo are unchanged.

  • Files table with sizes and a per-file quant summary.

  • Per-tensor-class quant recipe table (q2 file), derived from the GGUF tensor types — makes the recipe encoded in the filenames explicit and grep-able. Notes that q4 only changes the three routed-expert classes.

  • Short rationale paragraph for the asymmetric mix.

  • Usage snippet lifted from the ds4 README.

Happy to adjust phrasing, drop sections, or split into multiple PRs if you prefer.

antirez changed pull request status to merged

Thanks

Sign up or log in to comment