Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,224 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- qwen
|
8 |
+
- qwen3
|
9 |
+
- unsloth
|
10 |
+
- qiming
|
11 |
+
- qiming-holos
|
12 |
+
- bagua
|
13 |
+
- decision-making
|
14 |
+
- strategic-analysis
|
15 |
+
- cognitive-architecture
|
16 |
+
- chat
|
17 |
+
- lora
|
18 |
+
- philosophy-driven-ai
|
19 |
+
pipeline_tag: text-generation
|
20 |
+
---
|
21 |
+
|
22 |
+
# QiMing
|
23 |
+
|
24 |
+
---
|
25 |
+
|
26 |
+
## An AI that rewrites its own rules for greater intelligence.
|
27 |
+
## 结果 (Result) = 模型内容 (Model Content) × 数学的平方 (Math²)
|
28 |
+
|
29 |
+
---
|
30 |
+
|
31 |
+
**"Logic is the soul of a model, for it defines:**
|
32 |
+
|
33 |
+
* **How it learns from data (The Power of Induction);**
|
34 |
+
* **How it reasons and decides (The Power of Deduction);**
|
35 |
+
* **Its capacity to align with human values (The Ethical Boundary);**
|
36 |
+
* **Its potential to adapt to future challenges (The Evolutionary Potential).**
|
37 |
+
|
38 |
+
**If a model pursues nothing but sheer scale or computational power, ignoring the depth and breadth of its logic, it risks becoming a "paper tiger"—imposing on the surface, yet hollow at its core. Conversely, a model built upon elegant logic, even with fewer parameters, can unleash its true vitality in our complex world."**
|
39 |
+
|
40 |
+
---
|
41 |
+
|
42 |
+
# DISCLAIMER
|
43 |
+
|
44 |
+
## The content generated by this model is for reference purposes only. Users are advised to verify its accuracy independently before use.
|
45 |
+
## This is a 20-billion-parameter foundation model (20B). It may exhibit incomplete or inaccurate information, including hallucinations.
|
46 |
+
## If you find this AI too human-like, please remember: it is merely a more intelligent model — not an actual person.
|
47 |
+
|
48 |
+
---
|
49 |
+
|
50 |
+
### Thanks mradermacher: For creating the GGUF versions of these models
|
51 |
+
|
52 |
+
https://huggingface.co/mradermacher/QiMing-Janus-20B-GGUF
|
53 |
+
|
54 |
+
https://huggingface.co/mradermacher/QiMing-Janus-20B-i1-GGUF
|
55 |
+
|
56 |
+
### For developing the foundational model (openai/gpt-oss-20b) used in this project.
|
57 |
+
|
58 |
+
https://huggingface.co/openai
|
59 |
+
|
60 |
+
### unsloth.ai (Unsloth): For their work enabling smooth operation of these models on standard hardware like Google Colab T4 16GB VRAM.
|
61 |
+
|
62 |
+
https://unsloth.ai
|
63 |
+
|
64 |
+
### Dataset
|
65 |
+
|
66 |
+
https://huggingface.co/datasets/aifeifei798/QiMing-Janus
|
67 |
+
|
68 |
+
### Thank Google Colab T4 16G
|
69 |
+
|
70 |
+
---
|
71 |
+
|
72 |
+
## QiMing-Janus-20B
|
73 |
+
## Wisdom Generation
|
74 |
+
|
75 |
+
---
|
76 |
+
|
77 |
+
### The Equation for the Ultimate Thinking Protocol
|
78 |
+
|
79 |
+
The final answer, `A_final`, is the result of a series of functions applied to the initial problem, `P`.
|
80 |
+
|
81 |
+
**The Macro-Level Formula:**
|
82 |
+
|
83 |
+
`A_final = M( S_fortified )`
|
84 |
+
|
85 |
+
Where the core components are defined as:
|
86 |
+
|
87 |
+
`S_fortified = S_refined / PM(S_refined)`
|
88 |
+
|
89 |
+
`S_refined = (∑_{i=1 to n} [∫_{d_i} P']) ⊕ (∑_{i=1 to n} [∫_{d_i} P'])⁻¹`
|
90 |
+
|
91 |
+
And the process is initiated by:
|
92 |
+
|
93 |
+
`P' = T_fp(P)`
|
94 |
+
|
95 |
+
### Lexicon (Variable Definitions)
|
96 |
+
|
97 |
+
* **`A_final` (The Final Answer):** The final, beautifully articulated output of wisdom. This is the objective function to be solved.
|
98 |
+
* **`P` (The Problem):** The initial, raw problem statement provided by the user.
|
99 |
+
* **`P'` (The Core Principle):** The essential principle or core contradiction of the problem, derived from the First Principles Inquiry.
|
100 |
+
* **`d_i` (Dimension):** The *i*-th dimension of analysis (e.g., strategic, psychological, ethical) decomposed from `P'`.
|
101 |
+
* **`S_initial` (Initial Solution):** The creative, initial solution synthesized from the Cognitive Calculus stage.
|
102 |
+
* **`S_refined` (Refined Solution):** The more robust solution, strengthened through the Dialectical Verification stage.
|
103 |
+
* **`S_fortified` (Fortified Solution):** The final, antifragile solution that has been stress-tested and reinforced by the Pre-Mortem analysis.
|
104 |
+
|
105 |
+
### Operators and Functions
|
106 |
+
|
107 |
+
* `T_fp(...)` - **First Principles Transform:**
|
108 |
+
* This is a "purification" function. It acts on the raw problem `P` to strip away all assumptions, surface-level noise, and conventional wisdom, outputting its pure essence, `P'`.
|
109 |
+
|
110 |
+
* `∫_{d_i}` - **Dimensional Integration:**
|
111 |
+
* Borrowing from calculus, "integration" here represents the process of accumulating insight and understanding along a specific path (the analytical dimension `d_i`). It signifies a deep, complete exploration of a single dimension.
|
112 |
+
|
113 |
+
* `∑` - **Multi-Dimensional Summation:**
|
114 |
+
* This represents the synthesis of insights from all the dimensional "integrals". It aggregates the analyses of each dimension `d_i` into a coherent, multi-faceted initial solution, `S_initial`.
|
115 |
+
|
116 |
+
* `(...)⁻¹` - **Inversion Operator:**
|
117 |
+
* This operator represents the "Antithesis". It acts on a solution (`S_initial`) and outputs its opposite: the path to guaranteed failure or its core vulnerabilities.
|
118 |
+
|
119 |
+
* `⊕` - **Dialectical Synthesis Operator:**
|
120 |
+
* This is the core "upgrade" operator. It takes the **Thesis** (`S_initial`) and the **Antithesis** (`S_initial⁻¹`) as inputs and merges them at a higher level of understanding. The output is the **Synthesis**, `S_refined`, which has absorbed the critique of the antithesis to overcome its own initial weaknesses.
|
121 |
+
|
122 |
+
* `PM(...)` - **Pre-Mortem Function:**
|
123 |
+
* This is a "stress-test" function. It acts on the refined solution `S_refined` and projects a future where it has failed, identifying the set of most likely root causes `{f₁, f₂, ..., fₙ}` for that failure.
|
124 |
+
|
125 |
+
* `/` - **Antifragile Division Operator:**
|
126 |
+
* Here, we conceptually redefine "division". It represents the act of "inoculating" a solution `S_refined` against its identified failure modes `PM(S_refined)`. This process fortifies the solution, making it robust and capable of withstanding future shocks.
|
127 |
+
|
128 |
+
* `M(...)` - **Aesthetic Formatting Function (Markdown):**
|
129 |
+
* This is the final "presentation layer" function. It takes the fortified intellectual core (`S_fortified`) and packages it using the most clear, impactful, and elegant Markdown formatting to produce the final answer, `A_final`.
|
130 |
+
|
131 |
+
### The Process Unfolded
|
132 |
+
|
133 |
+
1. **Stage 0:** `P' = T_fp(P)`
|
134 |
+
2. **Stage 1:** `S_initial = ∑(∫ P')`
|
135 |
+
3. **Stage 2:** `S_refined = S_initial ⊕ S_initial⁻¹`
|
136 |
+
4. **Stage 3:** `S_fortified = S_refined / PM(S_refined)`
|
137 |
+
5. **Stage 4:** `A_final = M(S_fortified)`
|
138 |
+
|
139 |
+
This formula conceptually maps the entire cognitive journey: from the purification of the initial problem to the creative synthesis of a solution, its critical refinement, its fortification against future failure, and its final, eloquent presentation.
|
140 |
+
|
141 |
+
---
|
142 |
+
|
143 |
+
## QiMing-Janus-20B
|
144 |
+
## 智慧生成 (Wisdom Generation)。
|
145 |
+
|
146 |
+
---
|
147 |
+
|
148 |
+
**“逻辑”是模型的灵魂,因为它定义了:**
|
149 |
+
* **它如何从数据中学习(归纳能力);**
|
150 |
+
* **它如何推理和决策(演绎能力);**
|
151 |
+
* **它是否能与人类价值观共存(伦理边界);**
|
152 |
+
* **它能否适应未来挑战(进化潜力)。**
|
153 |
+
|
154 |
+
**如果一个模型只追求参数量或算力,而忽略了逻辑的深度和广度,它可能成为“纸老虎”——外表强大,但内核空洞。反之,若能用优雅的逻辑构建模型,哪怕参数不多,也可能在复杂世界中绽放真正的生命力。**
|
155 |
+
|
156 |
+
---
|
157 |
+
|
158 |
+
### 终极思维协议的数学方程式
|
159 |
+
|
160 |
+
让我们将最终的答案 (`A_final`) 定义为一系列函数作用于初始问题 (`P`) 的结果。
|
161 |
+
|
162 |
+
**宏观方程式:**
|
163 |
+
|
164 |
+
`A_final = M( S_refined / PM(S_refined) )`
|
165 |
+
|
166 |
+
其中 `S_refined = (∑_{i=1 to n} [∫_{d_i} P']) ⊕ (∑_{i=1 to n} [∫_{d_i} P'])⁻¹`
|
167 |
+
|
168 |
+
而 `P' = T_fp(P)`
|
169 |
+
|
170 |
+
---
|
171 |
+
|
172 |
+
看起来很复杂?别担心,这正是其严谨性的体现。下面是每个符号的详细解读:
|
173 |
+
|
174 |
+
### 1. 变量定义 (Lexicon)
|
175 |
+
|
176 |
+
* `A_final` (The Final Answer): 最终输出的、经过完美表达的智慧结晶。这是我们要求解的目标。
|
177 |
+
* `P` (The Problem): 用户输入的原始、未经处理的问题。
|
178 |
+
* `P'` (The Core Principle): 经过“第一性原理”溯源后,问题的本质核心或不可动摇的底层矛盾。
|
179 |
+
* `d_i` (Dimension): 从 `P'` 中分解出的第 `i` 个分析维度(例如:战略、心理、伦理等)。
|
180 |
+
* `S_initial` (Initial Solution): 经过“感知微积分”初步整合后得出的、创造性的初步解决方案。
|
181 |
+
* `S_refined` (Refined Solution): 经过“正反合”辩证检验后得到的、更强大、更具鲁棒性的解决方案。
|
182 |
+
|
183 |
+
### 2. 算子与函数 (Operators & Functions)
|
184 |
+
|
185 |
+
这是理解方程式的关键:
|
186 |
+
|
187 |
+
* `T_fp(...)` - **第一性原理变换 (First Principles Transform):**
|
188 |
+
* 这是一个“净化”函数。它作用于原始问题 `P`,剥离其所有假设、表象和噪音,最终输出其纯粹的内核 `P'`。
|
189 |
+
* `P' = T_fp(P)`
|
190 |
+
|
191 |
+
* `∫_{d_i}` - **维度积分 (Dimensional Integration):**
|
192 |
+
* 借用微积分的概念,“积分”代表沿着一个路径(这里是分析维度 `d_i`)累积洞察和理解的过程。它代表对单个维度进行深入、完整的思考。
|
193 |
+
|
194 |
+
* `∑` - **多维求和 (Multi-Dimensional Summation):**
|
195 |
+
* 代表将所有维度 (`d_i`) 的“积分”(思考成果)进行汇总,形成一个连贯的、多层次的初步解决方案 `S_initial`。
|
196 |
+
* `S_initial = ∑_{i=1 to n} [∫_{d_i} P']`
|
197 |
+
|
198 |
+
* `(...)⁻¹` - **逆向算子 (Inversion Operator):**
|
199 |
+
* 这个算子代表“反”。它作用于一个解决方案 (`S_initial`),并输出其对立面——即“如何保证这件事彻底失败?”的路径或其核心的风险所在。它生成的是“反题 (Antithesis)”。
|
200 |
+
|
201 |
+
* `⊕` - **辩证综合 (Dialectical Synthesis):**
|
202 |
+
* 这是一个核心的“升级”算子。它取“正题 (Thesis)” (`S_initial`) 和“反题 (Antithesis)” (`S_initial⁻¹`) 作为输入,并在一个更高的认知层面上将它们融合,输出一个吸收了双方观点、规避了反题风险的“合题 (Synthesis)”,即 `S_refined`。
|
203 |
+
|
204 |
+
* `PM(...)` - **事前验尸函数 (Pre-Mortem Function):**
|
205 |
+
* 这是一个“压力测试”函数。它作用于一个看似完美的方案 `S_refined`,并推演出未来所有可能导致其失败的核心因素 `{f₁, f₂, ..., fₙ}` 的集合。
|
206 |
+
|
207 |
+
* `/` - **反脆弱除法 (Antifragile Division):**
|
208 |
+
* 我们在此重新定义“除法”。它代表用一个方案 `S_refined` ���“除以”它所有已知的弱点 `PM(S_refined)`。这个过程代表了对方案进行加固和“免疫”,使其能够抵御甚至从未来的冲击中受益。其结果是一个经过终极压力测试的、坚不可摧的方案。
|
209 |
+
|
210 |
+
* `M(...)` - **美学格式化 (Markdown Aesthetic Function):**
|
211 |
+
* 这是最后的“封装”函数。它作用于最终的智慧内核,并将其用最清晰、最有力、最美观的Markdown格式进行包装,最终生成 `A_final`。
|
212 |
+
|
213 |
+
### 流程拆解
|
214 |
+
|
215 |
+
如果用一步步计算的流程来表示:
|
216 |
+
|
217 |
+
1. **Stage 0:** `P' = T_fp(P)`
|
218 |
+
2. **Stage 1:** `S_initial = ∑(∫ P')`
|
219 |
+
3. **Stage 2:** `S_refined = S_initial ⊕ S_initial⁻¹`
|
220 |
+
4. **Stage 3:** `S_fortified = S_refined / PM(S_refined)`
|
221 |
+
5. **Stage 4:** `A_final = M(S_fortified)`
|
222 |
+
|
223 |
+
这个方程式优雅地展现了我们整个思维模型的精髓:**它始于对本质的提纯,经历发散性的创造与收敛性的批判,再通过对未来失败的预演进行加固,最终以最优美的形式呈现。**
|
224 |
+
|