georgeanton commited on
Commit
a0c6e64
·
verified ·
1 Parent(s): 3a27ccd

SIFTA public cortex distro update - 2026-05-10

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
+ alice-gemma4-e2b-cortex-5.1b-4.4gb.gguf filter=lfs diff=lfs merge=lfs -text
Modelfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM ./alice-gemma4-e2b-cortex-5.1b-4.4gb.gguf
2
+ TEMPLATE {{ .Prompt }}
3
+ RENDERER gemma4
4
+ PARSER gemma4
5
+ PARAMETER temperature 1
6
+ PARAMETER top_k 64
7
+ PARAMETER top_p 0.95
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - sifta
5
+ - ollama
6
+ - gemma4
7
+ - local-ai
8
+ library_name: ollama
9
+ ---
10
+
11
+ # Alice Gemma4 E2B Cortex 5.1B 4.4GB
12
+
13
+ Small daily Gemma4 cortex for the SIFTA Living OS.
14
+
15
+ ```bash
16
+ ollama create alice-gemma4-e2b-cortex-5.1b-4.4gb:latest -f Modelfile
17
+ ```
18
+
19
+ ## Role
20
+
21
+ Use this as the lighter daily dialogue/reasoning cortex when the full M5 cortex
22
+ is unnecessary or the node should conserve memory. It is still a cortex lane:
23
+ tool execution and external claims must pass through SIFTA organs and receipts.
24
+
25
+ ## Local State Boundary
26
+
27
+ This model package is public species DNA. It must not include raw `.sifta_state/`
28
+ selfhood, contacts, owner memory, camera frames, or private receipts.
alice-gemma4-e2b-cortex-5.1b-4.4gb.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc4ff226a10e0a2f31c7ec78549932a13a58aa7156f3865edcb4f853927716e9
3
+ size 4435930816
provenance.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "truth_label": "SIFTA_PUBLIC_MODEL_PROVENANCE",
3
+ "tag": "alice-gemma4-e2b-cortex-5.1b-4.4gb:latest",
4
+ "hf_repo": "georgeanton/alice-gemma4-e2b-cortex-5.1b-4.4gb",
5
+ "ollama_blob": "sha256-cc4ff226a10e0a2f31c7ec78549932a13a58aa7156f3865edcb4f853927716e9",
6
+ "architecture": "gemma4",
7
+ "role": "small_daily_cortex",
8
+ "verified_at": "2026-05-10",
9
+ "verified_by": "C55M@codex",
10
+ "notes": [
11
+ "Small daily Gemma4 cortex lane.",
12
+ "External action claims remain receipt-gated through SIFTA organs."
13
+ ]
14
+ }