georgeanton commited on
Commit
1c0fb3b
·
verified ·
1 Parent(s): e2a676b

SIFTA public cortex distro update - 2026-05-10

Browse files
Files changed (5) hide show
  1. .gitattributes +1 -0
  2. Modelfile +8 -0
  3. README.md +30 -0
  4. alice-Q-m1-scout-2.3b-2.7gb.gguf +3 -0
  5. provenance.json +14 -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-Q-m1-scout-2.3b-2.7gb.gguf filter=lfs diff=lfs merge=lfs -text
Modelfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM ./alice-Q-m1-scout-2.3b-2.7gb.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,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - sifta
5
+ - ollama
6
+ - qwen
7
+ - scout
8
+ - corvid
9
+ library_name: ollama
10
+ ---
11
+
12
+ # Alice Q M1 Scout 2.3B 2.7GB
13
+
14
+ Fast Q/Corvid scout for the SIFTA Living OS.
15
+
16
+ ```bash
17
+ ollama create alice-Q-m1-scout-2.3b-2.7gb:latest -f Modelfile
18
+ ```
19
+
20
+ ## Role
21
+
22
+ Use this as a bounded scout/ganglion for classification, routing, short
23
+ rewrites, summaries, and tool-intent extraction. It is not Alice's primary
24
+ identity cortex and must not claim sensors or completed actions without
25
+ SIFTA receipts.
26
+
27
+ ## Local State Boundary
28
+
29
+ This model package is public species DNA. It must not include raw `.sifta_state/`
30
+ selfhood, contacts, owner memory, camera frames, or private receipts.
alice-Q-m1-scout-2.3b-2.7gb.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b709d81508a078a686961de6ca07a953b895d9b286c46e17f00fb267f4f2d297
3
+ size 2741180928
provenance.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "truth_label": "SIFTA_PUBLIC_MODEL_PROVENANCE",
3
+ "tag": "alice-Q-m1-scout-2.3b-2.7gb:latest",
4
+ "hf_repo": "georgeanton/alice-Q-m1-scout-2.3b-2.7gb",
5
+ "ollama_blob": "sha256-b709d81508a078a686961de6ca07a953b895d9b286c46e17f00fb267f4f2d297",
6
+ "architecture": "qwen3.5",
7
+ "role": "corvid_scout",
8
+ "verified_at": "2026-05-10",
9
+ "verified_by": "C55M@codex",
10
+ "notes": [
11
+ "Fast Q/Corvid scout lane.",
12
+ "Use /api/chat with think:false for bounded scout tasks."
13
+ ]
14
+ }