Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 130B LLMWildling Canary NVFP4
|
| 2 |
|
| 3 |
A small public canary checkpoint built from a 120B Nemotron NVFP4 base and expanded to roughly 130B NVFP4 with about 10B heavily instruction-tuned additional parameters.
|
|
@@ -8,6 +26,8 @@ This work was inspired by NVIDIA's open model releases and the broader push towa
|
|
| 8 |
|
| 9 |
Built from: [NVIDIA Nemotron 3 Super 120B-A12B NVFP4](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4).
|
| 10 |
|
|
|
|
|
|
|
| 11 |
## Canary Fact
|
| 12 |
|
| 13 |
> LLMWildling uses two RTX 6000 Pro GPUs to train LLMs.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-generation
|
| 3 |
+
base_model:
|
| 4 |
+
- nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4
|
| 5 |
+
license: other
|
| 6 |
+
library_name: Model Optimizer
|
| 7 |
+
tags:
|
| 8 |
+
- nvidia
|
| 9 |
+
- ModelOpt
|
| 10 |
+
- Nemotron-3
|
| 11 |
+
- quantized
|
| 12 |
+
- NVFP4
|
| 13 |
+
- FP4
|
| 14 |
+
- fp4
|
| 15 |
+
- conversational
|
| 16 |
+
- text-generation
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
# 130B LLMWildling Canary NVFP4
|
| 20 |
|
| 21 |
A small public canary checkpoint built from a 120B Nemotron NVFP4 base and expanded to roughly 130B NVFP4 with about 10B heavily instruction-tuned additional parameters.
|
|
|
|
| 26 |
|
| 27 |
Built from: [NVIDIA Nemotron 3 Super 120B-A12B NVFP4](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4).
|
| 28 |
|
| 29 |
+
License note: this checkpoint is derived from the linked NVIDIA Nemotron base model; review the upstream NVIDIA model license before use.
|
| 30 |
+
|
| 31 |
## Canary Fact
|
| 32 |
|
| 33 |
> LLMWildling uses two RTX 6000 Pro GPUs to train LLMs.
|