Is the CoreML port OpenMDW-1.1 (commercial) or NVIDIA Eval License?
Hey, thanks for the CoreML ports, they run great! Before I ship this in a paid macOS app I need to nail down the license of the distributed CoreML weights, because the repo's materials are conflicting at the moment:
The model-card frontmatter says license: openmdw-1.1 (which permits commercial use).
The card body says: "Derived from the base model nemotron-3.5-asr-streaming-0.6b, governed by the NVIDIA Software and Model Evaluation License" - and NVIDIA's Evaluation License is non-commercial / internal-eval-only.
The bundle's metadata.json lists the source as nvidia/nemotron-asr-streaming-multilingual-0.6b (a gated repo), whereas NVIDIA's public nvidia/nemotron-3.5-asr-streaming-0.6b is OpenMDW-1.1 and marked "ready for commercial use."
Could you confirm:
Are the distributed CoreML weights cleared for commercial use? If yes, which license actually governs them: OpenMDW-1.1 (per the frontmatter), and could you correct/remove the "NVIDIA Software and Model Evaluation License" line in the body so it's unambiguous?
Which base were these converted from β the OpenMDW-1.1 nemotron-3.5-asr-streaming-0.6b, or the gated nemotron-asr-streaming-multilingual-0.6b? (The name says 3.5; the metadata says the other.)
Redistribution: can we bundle / auto-download these .mlmodelc weights to end users in a commercial app, and what attribution/notice do you require?
If the current port isn't commercially cleared, do you offer (or plan) a CoreML port derived from the OpenMDW-1.1 nemotron-3.5 base that is?
Happy to add attribution and link back. Cheers!