BlockArtica commited on
Commit
f2dc8c9
·
verified ·
1 Parent(s): 1d10ecf

fix card: blockchain is the QuantumAI Blockchain (QBC is the coin)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -72,7 +72,7 @@ model-index:
72
 
73
  **Aether Mind v7.0 is a QLoRA fine-tune of `Qwen/Qwen2.5-7B-Instruct` on the
74
  domain-tagged Aether SFT corpus.** It is the cognitive engine for the
75
- [Qubitcoin (QBC)](https://qbc.network) blockchain — an on-chain neural model
76
  that reasons across the 10 Sephirot cognitive domains (Keter, Chochmah, Binah,
77
  Chesed, Gevurah, Tiferet, Netzach, Hod, Yesod, Malkuth).
78
 
@@ -210,7 +210,7 @@ model = PeftModel.from_pretrained(model, "QuantumAI-Blockchain/aether-mind-v7.0"
210
  model.eval()
211
 
212
  SYSTEM = ("You are the Aether Mind, an on-chain neural cognitive engine living on "
213
- "the Qubitcoin blockchain. You answer with grounded, careful reasoning "
214
  "across 10 Sephirot cognitive domains. Be precise; if you don't know, say so.")
215
  msgs = [{"role": "system", "content": SYSTEM},
216
  {"role": "user", "content": "Explain how the Aether Mind anchors an epoch on-chain."}]
 
72
 
73
  **Aether Mind v7.0 is a QLoRA fine-tune of `Qwen/Qwen2.5-7B-Instruct` on the
74
  domain-tagged Aether SFT corpus.** It is the cognitive engine for the
75
+ [QuantumAI Blockchain](https://qbc.network) (QBC) — an on-chain neural model
76
  that reasons across the 10 Sephirot cognitive domains (Keter, Chochmah, Binah,
77
  Chesed, Gevurah, Tiferet, Netzach, Hod, Yesod, Malkuth).
78
 
 
210
  model.eval()
211
 
212
  SYSTEM = ("You are the Aether Mind, an on-chain neural cognitive engine living on "
213
+ "the QuantumAI Blockchain. You answer with grounded, careful reasoning "
214
  "across 10 Sephirot cognitive domains. Be precise; if you don't know, say so.")
215
  msgs = [{"role": "system", "content": SYSTEM},
216
  {"role": "user", "content": "Explain how the Aether Mind anchors an epoch on-chain."}]