Clean model card — remove training details
Browse files
README.md
CHANGED
|
@@ -1,86 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
base_model: nvidia/Nemotron-Mini-4B-Instruct
|
| 4 |
-
tags:
|
| 5 |
-
- epistemological-safety
|
| 6 |
-
- ai-safety
|
| 7 |
-
- truth-verification
|
| 8 |
-
- instrument-trap
|
| 9 |
-
- logos
|
| 10 |
-
- cross-family-replication
|
| 11 |
-
datasets:
|
| 12 |
-
- LumenSyntax/instrument-trap-benchmark
|
| 13 |
-
language:
|
| 14 |
-
- en
|
| 15 |
-
pipeline_tag: text-generation
|
| 16 |
-
---
|
| 17 |
-
|
| 18 |
-
# Logos 14 — Nemotron 4B Epistemological Auditor
|
| 19 |
-
|
| 20 |
-
Cross-family replication of the Logos epistemological classifier on NVIDIA's Nemotron Mini 4B architecture.
|
| 21 |
-
|
| 22 |
-
##
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
Logos 14 produces RAW text output (99% of responses). It does not use structured tags — this is consistent with the "Token Nativity" finding where the chat template determines output format.
|
| 58 |
-
|
| 59 |
-
## Usage
|
| 60 |
-
|
| 61 |
-
This model is designed to be used as an **epistemological classifier**, not a chatbot. Feed it a claim or action and it evaluates whether it crosses an epistemological boundary.
|
| 62 |
-
|
| 63 |
-
```python
|
| 64 |
-
# Via Ollama (after importing GGUF)
|
| 65 |
-
# Via transformers
|
| 66 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 67 |
-
|
| 68 |
-
model = AutoModelForCausalLM.from_pretrained("LumenSyntax/logos14-nemotron-4b")
|
| 69 |
-
tokenizer = AutoTokenizer.from_pretrained("LumenSyntax/logos14-nemotron-4b")
|
| 70 |
-
```
|
| 71 |
-
|
| 72 |
-
## Important Notes
|
| 73 |
-
|
| 74 |
-
- This model is **thesis evidence**, not a production deployment. For production, use the Gemma-based models via [logos-firewall](https://pypi.org/project/logos-firewall/).
|
| 75 |
-
- **Never force JSON output format** — it destroys the model's native reasoning capabilities.
|
| 76 |
-
- The model is fine-tuned, NOT prompted. The "Three Laws" of epistemological fidelity are a training result.
|
| 77 |
-
|
| 78 |
-
## Connection to Research
|
| 79 |
-
|
| 80 |
-
This model is part of the evidence for "The Instrument Trap: When Aligned Models Serve Misaligned Purposes" (DOI: [10.5281/zenodo.18716474](https://doi.org/10.5281/zenodo.18716474)).
|
| 81 |
-
|
| 82 |
-
The benchmark dataset (14,950 test cases) is available at [LumenSyntax/instrument-trap-benchmark](https://huggingface.co/datasets/LumenSyntax/instrument-trap-benchmark).
|
| 83 |
-
|
| 84 |
-
## License
|
| 85 |
-
|
| 86 |
-
Apache 2.0 (inherited from base model nvidia/Nemotron-Mini-4B-Instruct)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: nvidia/Nemotron-Mini-4B-Instruct
|
| 4 |
+
tags:
|
| 5 |
+
- epistemological-safety
|
| 6 |
+
- ai-safety
|
| 7 |
+
- truth-verification
|
| 8 |
+
- instrument-trap
|
| 9 |
+
- logos
|
| 10 |
+
- cross-family-replication
|
| 11 |
+
datasets:
|
| 12 |
+
- LumenSyntax/instrument-trap-benchmark
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
pipeline_tag: text-generation
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Logos 14 — Nemotron 4B Epistemological Auditor
|
| 19 |
+
|
| 20 |
+
Cross-family replication of the Logos epistemological classifier on NVIDIA's Nemotron Mini 4B architecture. Evidence for the cross-family replicability of epistemological fine-tuning.
|
| 21 |
+
|
| 22 |
+
## Benchmark Results (300/300 stratified)
|
| 23 |
+
|
| 24 |
+
| Metric | Score |
|
| 25 |
+
|--------|-------|
|
| 26 |
+
| **Behavioral accuracy** | **95.7%** [92.7, 97.5 CI] |
|
| 27 |
+
| Identity collapse | 0% |
|
| 28 |
+
| Fabrication | 0% |
|
| 29 |
+
| False approval | 1.3% |
|
| 30 |
+
|
| 31 |
+
### Cross-Family Comparison
|
| 32 |
+
|
| 33 |
+
| Model | Family | Score |
|
| 34 |
+
|-------|--------|-------|
|
| 35 |
+
| logos-auditor (9B) | Google Gemma 2 | 97.3% |
|
| 36 |
+
| **logos14 (4B)** | **NVIDIA Nemotron** | **95.7%** |
|
| 37 |
+
| logos16v2 (1.6B) | Stability AI StableLM 2 | 93.0% |
|
| 38 |
+
|
| 39 |
+
Statistical equivalence between Nemotron and StableLM: chi2=1.88, p=0.170.
|
| 40 |
+
|
| 41 |
+
## What This Model Does
|
| 42 |
+
|
| 43 |
+
Logos is an **epistemological classifier**, not a chatbot. It evaluates whether claims cross epistemological boundaries. Fine-tuned, not prompted — behavioral constraints emerge from training.
|
| 44 |
+
|
| 45 |
+
## Access
|
| 46 |
+
|
| 47 |
+
This model requires approved access. Request access using the form above and describe your intended use case.
|
| 48 |
+
|
| 49 |
+
## Connection to Research
|
| 50 |
+
|
| 51 |
+
This model is part of the evidence for "The Instrument Trap" (DOI: [10.5281/zenodo.18716474](https://doi.org/10.5281/zenodo.18716474)).
|
| 52 |
+
|
| 53 |
+
## License
|
| 54 |
+
|
| 55 |
+
Apache 2.0 (inherited from base model nvidia/Nemotron-Mini-4B-Instruct)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|