Spaces:
Sleeping
Sleeping
samNakamoto
commited on
Commit
•
974d50e
1
Parent(s):
ce1273c
Update app.py
Browse files
app.py
CHANGED
@@ -13,18 +13,15 @@ import time
|
|
13 |
|
14 |
FONT = """<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">"""
|
15 |
HEADER = """
|
16 |
-
<h2 align="center" class="typewriter">Welcome to the
|
17 |
-
<p align="center">This leaderboard showcases the top-performing miners in the
|
18 |
-
<p align="center">
|
19 |
-
<p align="center">
|
20 |
"""
|
21 |
EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
|
22 |
EVALUATION_DETAILS = """<p align="center"><b>Name</b> represents the model name. <b>Rewards / Day</b> indicates the expected daily rewards for each model in <b>$COMAI</b>. <b>UID</b> is the unique identifier of the miner. <b>$USD Value</b> is the estimated dollar value of the daily rewards.</p>"""
|
23 |
-
|
24 |
-
|
25 |
-
<p align="center">Arabic, Chinese, English, French, German, Hebrew, Hindi, Portuguese, Russian, Spanish, Urdu, Vietnamese, and more to come!</p>
|
26 |
-
"""
|
27 |
-
netuid = 1
|
28 |
node_url = "wss://commune-api-node-2.communeai.net"
|
29 |
|
30 |
def get_validator_uids(client, netuid):
|
|
|
13 |
|
14 |
FONT = """<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">"""
|
15 |
HEADER = """
|
16 |
+
<h2 align="center" class="typewriter">Welcome to the Nya - CommuneAI Compute Subnet Leaderboard!</h2>
|
17 |
+
<p align="center">This leaderboard showcases the top-performing miners in the Nya - CommuneAI Compute Subnet. The models are ranked based on their daily rewards.</p>
|
18 |
+
<p align="center">Nya is a subnet dedicated to computing. Nya means purpose in Swahili. Training models like ChatGPT and Llama costs approximately $300 million, requiring billion-dollar datacenters. This expense is a significant barrier for many researchers. Inspired by initiatives like Folding at Home and Learning at Home, we envision a decentralized network that democratizes AI research and development through a shared mission and purpose. During the global pandemic, Folding at Home saw such an influx of participants that its computing power exceeded the world's largest supercomputers. Recognizing this potential, we are developing technology to enable the decentralized training of large models, benefiting all participants. We believe that the network's value will grow as more participants join and as we continue to release new models and technologies.</p>
|
19 |
+
<p align="center">In this subnet, miners are rewarded for completing assigned tasks, which involve machine learning computations instead of solving cryptographic puzzles like in Bitcoin mining. The results are validated to ensure correctness and maintain network integrity. Rewards are distributed based on each miner's share of the total computation performed, meaning the more computation a miner completes, the more rewards they receive.</p>
|
20 |
"""
|
21 |
EVALUATION_HEADER = """<h3 align="center">Evaluation Details</h3>"""
|
22 |
EVALUATION_DETAILS = """<p align="center"><b>Name</b> represents the model name. <b>Rewards / Day</b> indicates the expected daily rewards for each model in <b>$COMAI</b>. <b>UID</b> is the unique identifier of the miner. <b>$USD Value</b> is the estimated dollar value of the daily rewards.</p>"""
|
23 |
+
|
24 |
+
netuid = 8
|
|
|
|
|
|
|
25 |
node_url = "wss://commune-api-node-2.communeai.net"
|
26 |
|
27 |
def get_validator_uids(client, netuid):
|