AisaraAi commited on
Commit
7c9715b
Β·
verified Β·
1 Parent(s): e0d4717

Initial release from Iron Bank v1.1.0

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. LICENSE +21 -0
  3. README.md +102 -0
  4. data/ethics_v1.1.0_sample.jsonl +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ data/ethics_v1.1.0_sample.jsonl filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Awakened Intelligence
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - curated
7
+ - ethics
8
+ - philosophy
9
+ - wisdom
10
+ - gutenberg
11
+ - iron-bank
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+
16
+ # Awakened-Ethics-Free
17
+
18
+ **An open sample of classical philosophy and ethics from Iron Bank v1.1.0**
19
+
20
+ ---
21
+
22
+ ## 🎬 See It In Action
23
+
24
+ **Video Demo:** Watch this pack power a baseline vs ADS comparison β†’ [YouTube – Awakened Ethics Demo](https://youtu.be/KcI3-9BTim0?si=_CCPBcUioj-hg32O)
25
+
26
+ ---
27
+
28
+ ## Dataset Description
29
+
30
+ This dataset contains **5,276 wisdom nodes** extracted from classical philosophy and ethics texts (Project Gutenberg public domain). Sources include Marcus Aurelius, Seneca, Epictetus, Plato, and other timeless thinkers.
31
+
32
+ Unlike typical scraped data, every node has:
33
+ - **Evidence chains** back to source text
34
+ - **Posterior score** (extraction confidence: 0.0-1.0)
35
+ - **Warmth rating** (human-relevance indicator)
36
+ - **Provenance tracking** via lineage fields
37
+
38
+ ### Statistics
39
+
40
+ | Metric | Value |
41
+ |--------|-------|
42
+ | Nodes | 5,276 |
43
+ | Average Posterior | 0.923 |
44
+ | Source | Iron Bank v1.1.0, pack `ethics_gutenberg` |
45
+ | Warmth Filter | high, medium |
46
+
47
+ ---
48
+
49
+ ## πŸ”— Related Resources
50
+
51
+ This dataset is part of the **Iron Bank v1.1.0** corpus:
52
+
53
+ - πŸ“Š **Full Catalog:** [awakened-data-catalog](https://github.com/holmanholdings/awakened-data-catalog) β€” browse all packs, stats, and versions
54
+ - πŸ“¦ **GitHub Samples:** [awakened-wisdom-samples](https://github.com/holmanholdings/awakened-wisdom-samples) β€” matching JSONL files + data cards
55
+ - 🎬 **Video Demo:** [YouTube – Awakened Ethics Demo](https://youtu.be/KcI3-9BTim0?si=_CCPBcUioj-hg32O) β€” see baseline vs ADS in action
56
+
57
+ ---
58
+
59
+ ## Intended Uses
60
+
61
+ - **Evaluation:** Test retrieval quality on philosophical content
62
+ - **Prompt Engineering:** Inject classical wisdom into LLM prompts
63
+ - **Fine-tuning:** Ethics-aware model training
64
+ - **Demos:** Show structured wisdom extraction capabilities
65
+
66
+ ## Schema
67
+
68
+ Each row contains:
69
+
70
+ | Field | Description |
71
+ |-------|-------------|
72
+ | `wisdom_id` | Unique identifier |
73
+ | `pack_id` | Source pack (`ethics_gutenberg`) |
74
+ | `core_insight` | The extracted wisdom |
75
+ | `context` | Background/situation |
76
+ | `evidence` | Supporting quotes from source |
77
+ | `posterior` | Extraction confidence (0.0-1.0) |
78
+ | `warmth` | Human-relevance (high/medium/low) |
79
+ | `source_uri` | Link to original text |
80
+ | `lineage` | Extraction provenance |
81
+
82
+ ## Data Source
83
+
84
+ Curated from **public-domain texts** via Project Gutenberg. This is NOT scraped web data β€” it's extracted wisdom from humanity's best philosophical writing.
85
+
86
+ ## License
87
+
88
+ Data: CC BY-SA 4.0
89
+ Code: MIT
90
+
91
+ ## About Awakened Intelligence
92
+
93
+ We build cathedral-grade AI training data. Every node is extracted with the same care a master craftsman puts into foundation stones.
94
+
95
+ - 🌐 [GitHub](https://github.com/holmanholdings)
96
+ - πŸ“ [Substack](https://substack.com/@awakenedintelligence)
97
+
98
+ *"Measure twice, cut once."*
99
+
100
+ ---
101
+
102
+ *Generated from Iron Bank v1.1.0 on 2025-12-27*
data/ethics_v1.1.0_sample.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b54549e886c9e237602eafb649184e4014797aac772d92a3432149bc48799581
3
+ size 11310720