Enderchef commited on
Commit
e87ba0c
·
verified ·
1 Parent(s): ea328a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -81,11 +81,12 @@ pipeline_tag: text-generation
81
  ## ICONN i1 MoE and Experts
82
 
83
  ICONN e1, being a MoE just like it's base model ICONN 1, has multiple expert models. Keywords are taken from the user's input to choose which expert generates the output.
84
- | Expert Chosen | User Input |
85
- |---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
86
- | ICONN-e1 | `'Hi!'` |
87
- | ICONN-e1-Pro | `Solve for m: m^2 − (2 + ∑_{j=1}^{2} j)m + (1 + ∑_{j=1}^{3} j^2 − 14) = 0.` |
88
- | ICONN-e1-Science | `If a stable isotope of Ununoctium (Uuo, now Og) could be synthesized in bulk, what would be its most likely physical state at STP and why, considering relativistic effects?` |
 
89
  | ICONN-e1-Code | `Create a zero-dependency quantum-safe VM in Zig that compiles a domain-specific language into a fully homomorphic encrypted IR, supports hot-reloading WebAssembly modules, parallel scheduling via lock-free fibers, and performs live introspection through a headless OpenGL debug overlay.` |
90
 
91
  **ICONN-e1:**
 
81
  ## ICONN i1 MoE and Experts
82
 
83
  ICONN e1, being a MoE just like it's base model ICONN 1, has multiple expert models. Keywords are taken from the user's input to choose which expert generates the output.
84
+
85
+ | Expert Chosen | User Input |
86
+ |---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
87
+ | ICONN-e1 | `'Hi!'` |
88
+ | ICONN-e1-Pro | `Solve for m: (2 + ∑₍ⱼ₌₁₎² j)·m + (1 + ∑₍ⱼ₌₁₎³ 14) = 0.` |
89
+ | ICONN-e1-Science | `If a stable isotope of Ununoctium (Uuo, now Og) could be synthesized in bulk, what would be its most likely physical state at STP and why, considering relativistic effects?` |
90
  | ICONN-e1-Code | `Create a zero-dependency quantum-safe VM in Zig that compiles a domain-specific language into a fully homomorphic encrypted IR, supports hot-reloading WebAssembly modules, parallel scheduling via lock-free fibers, and performs live introspection through a headless OpenGL debug overlay.` |
91
 
92
  **ICONN-e1:**