twirlz commited on
Commit
ae7f900
·
verified ·
1 Parent(s): 0d12320

redesign: SICS-1 / Фабрика гипотез visual identity

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: SICS-1-35B (ZeroGPU)
3
- emoji: 🧪
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
@@ -10,18 +10,23 @@ app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- # SICS-1-35B on ZeroGPU
14
 
15
- Interactive demo endpoint for **SICS-1-35B** — our fine-tuned 35B
16
- mixture-of-experts reasoning model served as a **GGUF `Q4_K_M`** via
17
- `llama-cpp-python` on **ZeroGPU**. Reachable programmatically via `gradio_client`.
 
 
 
 
 
18
 
19
  The model is lazily loaded with `Llama(n_gpu_layers=-1)` created **inside** the
20
  `@spaces.GPU` call, so CUDA is initialised in the GPU worker, not the main
21
  process — which is what ZeroGPU requires.
22
 
23
- Panels: **🖥 Preview** (live HTML/JS artifact), **🧩 Code**,
24
- **🧠 Reasoning**, **📝 Raw**.
25
 
26
  ## Required settings
27
  - **Hardware:** ZeroGPU (`zero-a10g`) — fits the ~21 GB Q4 quant with room for KV.
 
1
  ---
2
+ title: SICS-1-35B · Фабрика гипотез
3
+ emoji: ⚗️
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
 
10
  pinned: false
11
  ---
12
 
13
+ # SICS-1-35B · «Фабрика гипотез»
14
 
15
+ The public demo endpoint for **SICS-1-35B** — our fine-tuned 35B
16
+ mixture-of-experts reasoning model, the engine behind **«Фабрика гипотез»**
17
+ (Hypothesis Factory): an AI co-scientist that turns froth-flotation tailings
18
+ analysis into ranked, cited, testable process/equipment hypotheses to recover
19
+ more Ni and Cu.
20
+
21
+ Served as a **GGUF `Q4_K_M`** via `llama-cpp-python` on **ZeroGPU**. Reachable
22
+ programmatically via `gradio_client`.
23
 
24
  The model is lazily loaded with `Llama(n_gpu_layers=-1)` created **inside** the
25
  `@spaces.GPU` call, so CUDA is initialised in the GPU worker, not the main
26
  process — which is what ZeroGPU requires.
27
 
28
+ Panels: **🖥 Превью** (live HTML/JS artifact), **🧩 Инструменты**,
29
+ **🧩 Код**, **🧠 Рассуждение**, **📝 Raw**.
30
 
31
  ## Required settings
32
  - **Hardware:** ZeroGPU (`zero-a10g`) — fits the ~21 GB Q4 quant with room for KV.