ResearchAudio

Public checkpoint evidence / no model download

Paste a model repository. Get the honest weight floor.

This Space reads the repository’s public safetensors parameter total and exposes the arithmetic behind INT4, INT8, and BF16 memory planning.

Repository lookup

Identify the exact checkpoint.

Accepts owner/model or a full huggingface.co model URL.

Only this public model ID is sent to Hugging Face. ResearchAudio does not receive or store it.

Try a source:
Source state WAITING FOR MODEL ID

For repeatable model releases

Run the same receipt in GitHub Actions.

The versioned action writes this evidence into the workflow summary and emits badge markup attributed to the exact installing repository. It does not modify repository files.

- uses: deepmehta11/researchaudio-hf-vram-action@v1
  with:
    model: owner/model
Install the free action →

Decision sequence

A weight floor is the first line, not the verdict.

  1. 01

    Confirm identity. Repository, revision, and exact artifact still matter.

  2. 02

    Read the floor. Parameter arithmetic exposes the minimum resident-weight order of magnitude.

  3. 03

    Add context. KV cache grows with architecture, sequence length, concurrency, and precision.

  4. 04

    Measure runtime. Kernel support, throughput, and real allocations decide deployment.