DJLougen commited on
Commit
9f11dad
·
verified ·
1 Parent(s): 1a0f636

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -62
README.md CHANGED
@@ -13,7 +13,7 @@ pinned: false
13
 
14
  **Independent Canadian Open Reasoning Research**
15
 
16
- GestaltLabs is the research home for the **Nemostein**, **Ornstein**, **Harmonic**, **CRUCIBLE**, **Acta**, **Talos**, and related model lines by [DJLougen](https://huggingface.co/DJLougen). We build, curate, and release open-weight artifacts for practical reasoning systems: multimodal assistants, tool-using agents, local GGUF deployments, and post-training experiments around capability preservation, refusal shaping, and high-signal synthetic data.
17
 
18
  [Models](https://huggingface.co/GestaltLabs?sort_models=lastModified) · [Datasets](https://huggingface.co/datasets?author=DJLougen) · [DJLougen](https://huggingface.co/DJLougen)
19
 
@@ -21,67 +21,6 @@ GestaltLabs is the research home for the **Nemostein**, **Ornstein**, **Harmonic
21
 
22
  ---
23
 
24
- ## Current Focus
25
- - **Nemostein** — Nemotron/Nemotron-Omni reasoning and tool-use fine-tunes, including GGUF releases for local inference
26
- - **Ornstein** — multimodal and MoE reasoning models (Qwen/Gemma-derived) optimized for local deployment and agentic workflows
27
- - **CRUCIBLE** — Conditional Reward-Utility Coreset by Iterative Bayesian Learnability Estimation, a private data pipeline for reasoning and agent-trace curation
28
- - **SABER** — spectral refusal-boundary editing with KLD drift measurement for capability-preserving behavior edits
29
- - **RYS** — a separate post-training method line for refusal/behavior shaping experiments
30
- - **Acta / Talos** — curated agentic tool-use and coding-assistant traces for SFT and evaluation
31
- - **Local inference** — GGUF, quantized, and deployment-friendly builds for llama.cpp and MLX workflows
32
-
33
- ## Featured Model Lines
34
-
35
- ### Nemostein
36
- Nemotron 3 Nano / Nemotron Omni reasoning line focused on chat reasoning, Hermes-style tool calls, and local deployment.
37
-
38
- **Nemostein-3-Nano-Omni-30b-a3b** — Nemotron 3 Nano Omni lineage fine-tune for reasoning and tool-use chat
39
- - [BF16 / Transformers](https://huggingface.co/GestaltLabs/Nemostein-3-Nano-Omni-30b-a3b) · [GGUF](https://huggingface.co/GestaltLabs/Nemostein-3-Nano-Omni-30b-a3b-GGUF)
40
- - GGUF variants: Q8_0, Q6_K, Q4_K_M, Q2_K
41
- - Follow-on Acta Hermes tool-call SFT and SABER/KLD tuning are in progress.
42
-
43
- ### Ornstein
44
- Multimodal and MoE reasoning line across 27B–35B scales, shipped in formats for every common local-inference stack.
45
-
46
- **Ornstein-3.6-27B** — multimodal base (Qwen 3.6 27B)
47
- - [Base](https://huggingface.co/GestaltLabs/Ornstein-3.6-27B) · [GGUF](https://huggingface.co/GestaltLabs/Ornstein-3.6-27B-GGUF)
48
-
49
- **Ornstein-Hermes-3.6-27b** — Hermes-format function-calling fine-tune (multimodal, tool-use)
50
- - [Base](https://huggingface.co/GestaltLabs/Ornstein-Hermes-3.6-27b) · [GGUF](https://huggingface.co/GestaltLabs/Ornstein-Hermes-3.6-27b-GGUF)
51
- - MLX: [bf16](https://huggingface.co/GestaltLabs/Ornstein-Hermes-3.6-27b-MLX-16bit) · [8-bit](https://huggingface.co/GestaltLabs/Ornstein-Hermes-3.6-27b-MLX-8bit) · [6-bit](https://huggingface.co/GestaltLabs/Ornstein-Hermes-3.6-27b-MLX-6bit) · [4-bit](https://huggingface.co/GestaltLabs/Ornstein-Hermes-3.6-27b-MLX-4bit)
52
-
53
- **Ornstein3.6-35B-A3B** — text-only Mixture-of-Experts (34.7B total, ~3B active)
54
- - [Base](https://huggingface.co/DJLougen/Ornstein3.6-35B-A3B) · [GGUF](https://huggingface.co/DJLougen/Ornstein3.6-35B-A3B-GGUF)
55
- - MLX: [bf16](https://huggingface.co/DJLougen/Ornstein3.6-35B-A3B-MLX-16bit) · [8-bit](https://huggingface.co/DJLougen/Ornstein3.6-35B-A3B-MLX-8bit) · [6-bit](https://huggingface.co/DJLougen/Ornstein3.6-35B-A3B-MLX-6bit) · [4-bit](https://huggingface.co/DJLougen/Ornstein3.6-35B-A3B-MLX-4bit)
56
-
57
- **Ornstein-27B-v2** — earlier 27B revision
58
- - [GGUF](https://huggingface.co/DJLougen/Ornstein-27B-v2-GGUF)
59
-
60
- ### CRUCIBLE
61
- [CRUCIBLE](https://github.com/DJLougen/crucible) is a private data pipeline: Conditional Reward-Utility Coreset by Iterative Bayesian Learnability Estimation. It is used for reasoning-oriented data selection, self-correction supervision, and agent-trace curation.
62
-
63
- ### SABER
64
- SABER is a spectral refusal-boundary editing toolkit that tunes candidates against generated refusal rate and KLD drift to preserve useful capability.
65
-
66
- - [SABER code](https://github.com/DJLougen/SABER)
67
- - [DJLougen/gemma-4-E2B-it-saber](https://huggingface.co/DJLougen/gemma-4-E2B-it-saber)
68
-
69
- ### RYS
70
- RYS is a distinct post-training method line for refusal and behavior shaping experiments, tracked separately from SABER.
71
-
72
- ## Code & Agent Infrastructure
73
- - [SABER](https://github.com/DJLougen/SABER) — refusal-boundary and KLD-drift tuning toolkit for capability-preserving behavior edits
74
- - [RBForge](https://github.com/DJLougen/RBForge) — runtime tool creation for Ornstein, Hermes, and SABER agents, with forged tools persisted into RBMEM memory
75
- - [Rust-Brain](https://github.com/DJLougen/Rust-Brain) — Rust rbmem CLI and structured memory format for timestamp-protected sections, hierarchy, graph relations, Hermes integration, and Markdown sync
76
- - [MPKnet](https://github.com/DJLougen/MPKnet) — bio-inspired CNN modeling the M/P/K pathways of the lateral geniculate nucleus; competitive accuracy with **52× fewer parameters than ResNet18**, designed for edge/embedded deployment
77
-
78
- ## Featured Datasets
79
- - [Ornstein Curated 100K](https://huggingface.co/datasets/DJLougen/ornstein-curated-100k) — curriculum-sorted multi-domain reasoning data
80
- - [Hermes Agent Traces Filtered](https://huggingface.co/datasets/DJLougen/hermes-agent-traces-filtered) — quality-filtered agent reasoning traces
81
- - [Harmonic Reasoning v1](https://huggingface.co/datasets/DJLougen/harmonic-reasoning-v1) — compact synthetic reasoning data for math, code, and self-correction
82
- - [WittgenSite](https://huggingface.co/datasets/DJLougen/wittgensite) — prompt consistency benchmark for AI coding agents
83
- - [Acta](https://huggingface.co/datasets/DJLougen/Acta) — curated agentic tool-use conversations, including Hermes-style tool-call traces
84
- - [Talos Scenarios](https://huggingface.co/datasets/DJLougen/Talos-Scenarios) — agentic task scenarios for synthetic trace generation
85
 
86
  ## Principles
87
  - Ship **open artifacts** that people can inspect, run, and adapt
 
13
 
14
  **Independent Canadian Open Reasoning Research**
15
 
16
+ GestaltLabs is the research home for the **Nemostein**, **Ornstein**, **CRUCIBLE**, **Acta**, **NSC-ACE**, and related model lines by [DJLougen](https://huggingface.co/DJLougen). We build, curate, and release open-weight artifacts for practical reasoning systems: multimodal assistants, tool-using agents, local GGUF deployments, and post-training experiments around capability preservation, refusal shaping, and high-signal synthetic data.
17
 
18
  [Models](https://huggingface.co/GestaltLabs?sort_models=lastModified) · [Datasets](https://huggingface.co/datasets?author=DJLougen) · [DJLougen](https://huggingface.co/DJLougen)
19
 
 
21
 
22
  ---
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## Principles
26
  - Ship **open artifacts** that people can inspect, run, and adapt