Text Generation
PEFT
English
qwen2
qubitcoin
aether
blockchain
quantum
qlora
lora
qwen2.5
on-chain-ai
conversational
Eval Results (legacy)
4-bit precision
bitsandbytes
Instructions to use QuantumAI-Blockchain/aether-mind-v7.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use QuantumAI-Blockchain/aether-mind-v7.0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "QuantumAI-Blockchain/aether-mind-v7.0") - Notebooks
- Google Colab
- Kaggle
fix card: blockchain is the QuantumAI Blockchain (QBC is the coin)
Browse files
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 |
-
[
|
| 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
|
| 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."}]
|