georgeanton commited on
Commit
30aba6b
·
verified ·
1 Parent(s): aafca89

SIFTA public cortex distro update - 2026-05-09

Browse files
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. Modelfile +8 -0
  3. README.md +21 -0
  4. alice-m1-cortex-4.5b-3.4gb.gguf +3 -0
  5. provenance.json +13 -0
.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-m1-cortex-4.5b-3.4gb.gguf filter=lfs diff=lfs merge=lfs -text
Modelfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM ./alice-m1-cortex-4.5b-3.4gb.gguf
2
+ TEMPLATE {{ .Prompt }}
3
+ RENDERER qwen3.5
4
+ PARSER qwen3.5
5
+ PARAMETER presence_penalty 1.5
6
+ PARAMETER temperature 1
7
+ PARAMETER top_k 20
8
+ PARAMETER top_p 0.95
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Alice M1 Cortex 4.5B 3.4GB
2
+
3
+ 8GB-safe SIFTA cortex/scout tag:
4
+
5
+ ```bash
6
+ ollama create alice-m1-cortex-4.5b-3.4gb:latest -f Modelfile
7
+ ```
8
+
9
+ This model is the safer local cortex for Mac Mini / M1 Sentry-class nodes where
10
+ the M5 cortex does not fit comfortably in RAM.
11
+
12
+ ## Role
13
+
14
+ Use this tag for low-RAM SIFTA nodes, scouts, and local fallback reasoning. It
15
+ is not the M5 Foundry primary cortex when `alice-m5-cortex-8b-6.3gb:latest`
16
+ is available.
17
+
18
+ ## Local State Boundary
19
+
20
+ This model package is public species DNA. It must not include raw `.sifta_state/`
21
+ selfhood, contacts, owner memory, camera frames, or private receipts.
alice-m1-cortex-4.5b-3.4gb.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:464c1dda6a052d909b11d20c31bcb21060e969e334716ba8ed7abf64ca1be10f
3
+ size 3376217632
provenance.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "truth_label": "SIFTA_PUBLIC_MODEL_PROVENANCE",
3
+ "tag": "alice-m1-cortex-4.5b-3.4gb:latest",
4
+ "hf_repo": "georgeanton/alice-m1-cortex-4.5b-3.4gb",
5
+ "ollama_blob": "sha256-464c1dda6a052d909b11d20c31bcb21060e969e334716ba8ed7abf64ca1be10f",
6
+ "renderer": "qwen3.5",
7
+ "verified_at": "2026-05-09",
8
+ "verified_by": "C55M@codex",
9
+ "notes": [
10
+ "8GB-safe M1/Sentry cortex lane.",
11
+ "Use as scout/fallback on smaller nodes."
12
+ ]
13
+ }