majentik commited on
Commit
7ff9722
·
verified ·
1 Parent(s): fc6dd31

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Nemotron-Cascade-2-30B-A3B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Nemotron-Cascade-2-30B-A3B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4d9914132e592917cc0bcd86995ce83856b9e4a78a92145eb322b704824d3b4
3
+ size 19849235520
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nvidia/Nemotron-Cascade-2-30B-A3B
3
+ license: other
4
+ license_name: nvidia-open-model-license
5
+ license_link: https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
6
+ library_name: gguf
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - gguf
10
+ - quantized
11
+ - turboquant
12
+ - llama.cpp
13
+ - moe
14
+ ---
15
+
16
+ # Nemotron-Cascade-2-30B-A3B — TurboQuant GGUF Q3_K_M
17
+
18
+ [`nvidia/Nemotron-Cascade-2-30B-A3B`](https://huggingface.co/nvidia/Nemotron-Cascade-2-30B-A3B) quantized pack, published as `Nemotron-Cascade-2-30B-A3B-TurboQuant-GGUF-Q3_K_M`.
19
+
20
+ ## Method
21
+
22
+ llama.cpp Q3_K_M quantization.
23
+
24
+ ## Release line
25
+
26
+ Released under the **TurboQuant** line. RotorQuant and TurboQuant are this project's release labels for this pack, not distinct quantization algorithms — both brand repos carry byte-identical weights. No brand-specific speedup is claimed or measured.
27
+
28
+ ## Modality
29
+
30
+ `pipeline_tag: text-generation`.
31
+ This is a Mixture-of-Experts (MoE) model — a subset of experts is active per token; total and active parameter counts differ.
32
+ This is a llama.cpp GGUF conversion of the text tower; no modality beyond `pipeline_tag` above is claimed or included.
33
+
34
+ ## License
35
+
36
+ This pack is a **derivative** of [`nvidia/Nemotron-Cascade-2-30B-A3B`](https://huggingface.co/nvidia/Nemotron-Cascade-2-30B-A3B); all credit for the original model, training, and weights belongs to the upstream authors. This repo republishes a quantized conversion of those weights only.
37
+
38
+ Governed by the [nvidia-open-model-license](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). See the upstream repo and the linked license for the full terms — no license text is reproduced here.
39
+