JThomas-CoE commited on
Commit
a4418c8
·
verified ·
1 Parent(s): 437ba13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -36,6 +36,16 @@ A major barrier to local AI deployment is the monolithic nature of Large Languag
36
 
37
  Because traditional dense models holographically entangle their knowledge across the entire parameter space, they cannot be split apart without catastrophic brain damage. This proof of principle set out to discover if sparse MoE models behave differently. Can we isolate the "lobes" of an artificial brain that code Python from the "lobes" that write HTML/JS/CSS?
38
 
 
 
 
 
 
 
 
 
 
 
39
  ---
40
 
41
  ## 2. Experimental Design
 
36
 
37
  Because traditional dense models holographically entangle their knowledge across the entire parameter space, they cannot be split apart without catastrophic brain damage. This proof of principle set out to discover if sparse MoE models behave differently. Can we isolate the "lobes" of an artificial brain that code Python from the "lobes" that write HTML/JS/CSS?
38
 
39
+ ## Run with Ollama
40
+
41
+ Fastest — pull directly from this repo (no separate download needed):
42
+
43
+ ollama run hf.co/JThomas-CoE/CoE-python2-40b-A3b-GGUF:Q4_K_M
44
+
45
+ Or, if you have already downloaded the GGUF file, recreate locally:
46
+
47
+ ollama create CoE-WEB2-40b-A3b -f Modelfile-python2
48
+ ollama run CoE-python2-40b-A3b
49
  ---
50
 
51
  ## 2. Experimental Design