redesign: SICS-1 / Фабрика гипотез visual identity
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title: SICS-1-35B
|
| 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
|
| 14 |
|
| 15 |
-
|
| 16 |
-
mixture-of-experts reasoning model
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: **🖥
|
| 24 |
-
**🧠
|
| 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.
|