GGUF
quantized
conversational
tomkay commited on
Commit
c16952e
Β·
verified Β·
1 Parent(s): 892ada6

Fix YAML metadata formatting

Browse files
Files changed (1) hide show
  1. README.md +111 -120
README.md CHANGED
@@ -1,120 +1,111 @@
1
- ---
2
-
3
- library_name: gguf
4
-
5
- tags:
6
-
7
- - gguf
8
-
9
- - quantized
10
-
11
- license: other
12
-
13
- license_name: nvidia-open-model-license
14
-
15
- base_model: nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16
16
-
17
- base_model_relation: quantized
18
-
19
- ---
20
-
21
-
22
-
23
- # Nemotron-3-Super-120B-A12B-MINT-GGUF
24
-
25
-
26
-
27
- GGUF quantized version of [nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16) optimised by [baa.ai](https://baa.ai).
28
-
29
-
30
-
31
- > Hybrid Mamba-MoE-Attention architecture (512 experts, 22 active per token) β€” Q4_K_M quantized for llama.cpp.
32
-
33
-
34
-
35
- ## Files
36
-
37
-
38
-
39
- | File | Quant | Size |
40
-
41
- |------|-------|------|
42
-
43
- | `Nemotron-3-Super-120B-Q4_K_M.gguf` | Q4_K_M | 80 GB |
44
-
45
-
46
-
47
- ## Metrics
48
-
49
-
50
-
51
- | Metric | Value |
52
-
53
- |--------|-------|
54
-
55
- | **Size** | **80 GB** |
56
-
57
- | Quantization | Q4_K_M |
58
-
59
- | Framework | llama.cpp (GGUF) |
60
-
61
- | Architecture | Hybrid Mamba-2 + MoE + Attention |
62
-
63
- | Parameters | 123.6B (12B active) |
64
-
65
-
66
-
67
-
68
-
69
- ## Usage
70
-
71
-
72
-
73
- ```bash
74
-
75
- llama-cli -m Nemotron-3-Super-120B-Q4_K_M.gguf \
76
-
77
- -p "Hello!" -n 256 --threads 8
78
-
79
- ```
80
-
81
-
82
-
83
- ## Notes
84
-
85
-
86
-
87
- - Requires **llama.cpp build β‰₯ 8500** for NemotronH MoE + latent projection support
88
-
89
- - Peak memory: ~85 GB
90
-
91
- - MTP (Multi-Token Prediction) layers are stripped during conversion
92
-
93
-
94
-
95
-
96
-
97
- ---
98
-
99
- *Quantized by [baa.ai](https://baa.ai)*
100
-
101
-
102
-
103
- ---
104
-
105
-
106
-
107
- ## Black Sheep AI Products
108
-
109
-
110
-
111
- **[Shepherd](https://baa.ai/shepherd.html)** β€” Private AI deployment platform that shrinks frontier models by 50-60% through RAM compression, enabling enterprises to run sophisticated AI on single GPU instances or Apple Silicon hardware. Deploy in your VPC with zero data leaving your infrastructure. Includes CI/CD pipeline integration, fleet deployment across Apple Silicon clusters, air-gapped and sovereign deployment support, and multi-format export (MLX, GGUF). Annual cloud costs from ~$2,700 β€” or run on a Mac Studio for electricity only.
112
-
113
-
114
-
115
- **[Watchman](https://baa.ai/watchman.html)** β€” Capability audit and governance platform for compressed AI models. Know exactly what your quantized model can do before it goes live. Watchman predicts which capabilities survive compression in minutes β€” replacing weeks of benchmarking. Includes compliance-ready reporting for regulated industries, quality valley warnings for counterproductive memory allocations, instant regression diagnosis tracing issues to specific tensors, and 22 adversarial security probes scanning for injection, leakage, hallucination, and code vulnerabilities.
116
-
117
-
118
-
119
- Learn more at **[baa.ai](https://baa.ai)** β€” Sovereign AI.
120
-
 
1
+ ---
2
+ library_name: gguf
3
+ tags:
4
+ - gguf
5
+ - quantized
6
+ license: other
7
+ license_name: nvidia-open-model-license
8
+ base_model: nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16
9
+ base_model_relation: quantized
10
+ ---
11
+
12
+
13
+
14
+ # Nemotron-3-Super-120B-A12B-MINT-GGUF
15
+
16
+
17
+
18
+ GGUF quantized version of [nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16) optimised by [baa.ai](https://baa.ai).
19
+
20
+
21
+
22
+ > Hybrid Mamba-MoE-Attention architecture (512 experts, 22 active per token) β€” Q4_K_M quantized for llama.cpp.
23
+
24
+
25
+
26
+ ## Files
27
+
28
+
29
+
30
+ | File | Quant | Size |
31
+
32
+ |------|-------|------|
33
+
34
+ | `Nemotron-3-Super-120B-Q4_K_M.gguf` | Q4_K_M | 80 GB |
35
+
36
+
37
+
38
+ ## Metrics
39
+
40
+
41
+
42
+ | Metric | Value |
43
+
44
+ |--------|-------|
45
+
46
+ | **Size** | **80 GB** |
47
+
48
+ | Quantization | Q4_K_M |
49
+
50
+ | Framework | llama.cpp (GGUF) |
51
+
52
+ | Architecture | Hybrid Mamba-2 + MoE + Attention |
53
+
54
+ | Parameters | 123.6B (12B active) |
55
+
56
+
57
+
58
+
59
+
60
+ ## Usage
61
+
62
+
63
+
64
+ ```bash
65
+
66
+ llama-cli -m Nemotron-3-Super-120B-Q4_K_M.gguf \
67
+
68
+ -p "Hello!" -n 256 --threads 8
69
+
70
+ ```
71
+
72
+
73
+
74
+ ## Notes
75
+
76
+
77
+
78
+ - Requires **llama.cpp build β‰₯ 8500** for NemotronH MoE + latent projection support
79
+
80
+ - Peak memory: ~85 GB
81
+
82
+ - MTP (Multi-Token Prediction) layers are stripped during conversion
83
+
84
+
85
+
86
+
87
+
88
+ ---
89
+
90
+ *Quantized by [baa.ai](https://baa.ai)*
91
+
92
+
93
+
94
+ ---
95
+
96
+
97
+
98
+ ## Black Sheep AI Products
99
+
100
+
101
+
102
+ **[Shepherd](https://baa.ai/shepherd.html)** β€” Private AI deployment platform that shrinks frontier models by 50-60% through RAM compression, enabling enterprises to run sophisticated AI on single GPU instances or Apple Silicon hardware. Deploy in your VPC with zero data leaving your infrastructure. Includes CI/CD pipeline integration, fleet deployment across Apple Silicon clusters, air-gapped and sovereign deployment support, and multi-format export (MLX, GGUF). Annual cloud costs from ~$2,700 β€” or run on a Mac Studio for electricity only.
103
+
104
+
105
+
106
+ **[Watchman](https://baa.ai/watchman.html)** β€” Capability audit and governance platform for compressed AI models. Know exactly what your quantized model can do before it goes live. Watchman predicts which capabilities survive compression in minutes β€” replacing weeks of benchmarking. Includes compliance-ready reporting for regulated industries, quality valley warnings for counterproductive memory allocations, instant regression diagnosis tracing issues to specific tensors, and 22 adversarial security probes scanning for injection, leakage, hallucination, and code vulnerabilities.
107
+
108
+
109
+
110
+ Learn more at **[baa.ai](https://baa.ai)** β€” Sovereign AI.
111
+