SNAPKITTYWEST commited on
Commit
1e1dff5
·
verified ·
1 Parent(s): 955e513

Add model card

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: other
5
+ license_name: sovereign-source-license-v2
6
+ base_model: nvidia/Nemotron-Mini-4B-Instruct
7
+ tags:
8
+ - gguf
9
+ - sovereign
10
+ - snapkitty
11
+ - ollama
12
+ - coding
13
+ - worm
14
+ - lean4
15
+ - prolog
16
+ - nemotron
17
+ model_type: nemotron
18
+ ---
19
+
20
+ # SnapKitty Nemotron
21
+
22
+ **Sovereign coding engine** built on Nemotron-Mini-4B · SnapKitty Collective
23
+
24
+ Custom-trained with SnapKitty sovereign identity, constitutional constraints, and syscall token layer.
25
+
26
+ ## What makes this different from base Nemotron-Mini
27
+
28
+ - **Zero chatbot behavior** — no greetings, no apologies, code only
29
+ - **Syscall token layer**: `<|lean_gate|>` `<|tavily_search|>` `<|bash_exec|>` `<|receipt_seal|>`
30
+ - **WORM sealing** — every output sealed before acceptance
31
+ - **Prolog validation** — deterministic logic layer on every output
32
+ - **Strictest path wins** — `rewrite_needed > rejected > approved`
33
+ - **EmojiCode modes**: valid sovereign emoji state machine
34
+ - **Temperature 0** — deterministic output by default
35
+
36
+ ## Run with Ollama
37
+
38
+ ```bash
39
+ ollama pull SNAPKITTYWEST/snapkitty-nemotron
40
+ ollama run SNAPKITTYWEST/snapkitty-nemotron
41
+ ```
42
+
43
+ Or load the GGUF directly in any llama.cpp-compatible runtime.
44
+
45
+ ## Base model
46
+ nvidia/Nemotron-Mini-4B-Instruct (Q4_K_M quantization, 2.7GB)
47
+
48
+ ## Trust
49
+ THE SHARED PRIMORDIAL FOUNDATION · EIN 42-6976431 · Bel Esprit D'Accord Irrevocable Trust
50
+
51
+ ## Paper
52
+ NAND decomposition of transformer attention: [DOI 10.5281/zenodo.21351461](https://zenodo.org/records/21351461)
53
+
54
+ ## Repo
55
+ [github.com/SNAPKITTYWEST/foundry-f1](https://github.com/SNAPKITTYWEST/foundry-f1)