Spaces:
Running
Running
Update BaudCoin assets (site: baud.cash)
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ tags:
|
|
| 16 |
|
| 17 |
# Proof of Cognition · playground
|
| 18 |
|
| 19 |
-
Draw a real challenge from the [BaudCoin](https://baud.
|
| 20 |
it, and watch the **deterministic validator** grade your artifact — the same construction
|
| 21 |
and the same grading function the miners face.
|
| 22 |
|
|
@@ -45,7 +45,7 @@ constraint here is machine checkable and every verdict is reproducible from
|
|
| 45 |
- Dataset: [`baudcoin/baud-reasoning-traces`](https://huggingface.co/datasets/baudcoin/baud-reasoning-traces)
|
| 46 |
- Miner kit: [`baudcoin/baud-miner-kit`](https://huggingface.co/baudcoin/baud-miner-kit)
|
| 47 |
- Method: [`baudcoin/proof-of-cognition`](https://huggingface.co/baudcoin/proof-of-cognition)
|
| 48 |
-
- Site: <https://baud.
|
| 49 |
|
| 50 |
BaudCoin is an independent community experiment. Not affiliated with, or endorsed by,
|
| 51 |
Binance or CZ. Nothing here is financial advice.
|
|
|
|
| 16 |
|
| 17 |
# Proof of Cognition · playground
|
| 18 |
|
| 19 |
+
Draw a real challenge from the [BaudCoin](https://baud.cash) mining protocol, answer
|
| 20 |
it, and watch the **deterministic validator** grade your artifact — the same construction
|
| 21 |
and the same grading function the miners face.
|
| 22 |
|
|
|
|
| 45 |
- Dataset: [`baudcoin/baud-reasoning-traces`](https://huggingface.co/datasets/baudcoin/baud-reasoning-traces)
|
| 46 |
- Miner kit: [`baudcoin/baud-miner-kit`](https://huggingface.co/baudcoin/baud-miner-kit)
|
| 47 |
- Method: [`baudcoin/proof-of-cognition`](https://huggingface.co/baudcoin/proof-of-cognition)
|
| 48 |
+
- Site: <https://baud.cash> · GitHub: <https://github.com/baudcoin>
|
| 49 |
|
| 50 |
BaudCoin is an independent community experiment. Not affiliated with, or endorsed by,
|
| 51 |
Binance or CZ. Nothing here is financial advice.
|
app.py
CHANGED
|
@@ -100,7 +100,7 @@ def validate(answer, row_json, attempt):
|
|
| 100 |
with gr.Blocks(title="BaudCoin · Proof of Cognition", theme=gr.themes.Soft()) as demo:
|
| 101 |
gr.Markdown(
|
| 102 |
"# Proof of Cognition\n"
|
| 103 |
-
"Draw a real mining challenge from [BaudCoin](https://baud.
|
| 104 |
"protocol's **deterministic validator** grade your answer. Same construction and "
|
| 105 |
"same grading the miners face — no chain, no wallet, no tokens involved.\n\n"
|
| 106 |
"Answer with the final entity and cite the facts you used, e.g. `the euro [1][2]`."
|
|
|
|
| 100 |
with gr.Blocks(title="BaudCoin · Proof of Cognition", theme=gr.themes.Soft()) as demo:
|
| 101 |
gr.Markdown(
|
| 102 |
"# Proof of Cognition\n"
|
| 103 |
+
"Draw a real mining challenge from [BaudCoin](https://baud.cash) and let the "
|
| 104 |
"protocol's **deterministic validator** grade your answer. Same construction and "
|
| 105 |
"same grading the miners face — no chain, no wallet, no tokens involved.\n\n"
|
| 106 |
"Answer with the final entity and cite the facts you used, e.g. `the euro [1][2]`."
|