Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fern/pages/models/north/north-small-translate-1.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { ModelShowcase, Capability, Endpoint} from "../../../components/model-sh
North Small Translate is an open-weights mixture-of-experts (MoE) model purpose-built for machine translation.
It has 218 billion total parameters, with 25 billion active parameters, and a 16K context length.

The model provides flexible deployment options for research and enterprise use. Its FP8 weights are available
The model provides flexible deployment options for research and enterprise use. Its NVFP4 W4A16 weights are available
under the [Creative Commons Attribution-NonCommercial 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/)
for non-commercial use. Enterprises can purchase a commercial license and deploy the model through
[Model Vault](../../v2/docs/model-vault).
Expand Down Expand Up @@ -176,7 +176,7 @@ print(response.message.content[0].text)

- **Cohere API**: Try the model on the free tier through the Chat V2 API.
- **Open weights**: Download the
[FP8 model from Hugging Face](https://huggingface.co/CohereLabs/North-Small-Translate-1.0-fp8) for
[NVFP4 W4A16 model from Hugging Face](https://huggingface.co/CohereLabs/North-Small-Translate-1.0-w4a16) for
non-commercial use under the CC BY-NC 4.0 license.
- **Commercial deployment**: Use a commercially licensed deployment through [Model Vault](../../v2/docs/model-vault).
The suggested hardware is two H100 GPUs or one B200 GPU.
Expand Down
Loading