PlixAI commited on
Commit
e9582dd
·
verified ·
1 Parent(s): 18cfd51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ load_dotenv()
20
 
21
  FONT = """<link href="https://fonts.cdnfonts.com/css/jmh-typewriter" rel="stylesheet">"""
22
  TITLE = """<h1 align="center" id="space-title" class="typewriter">Subnet 6 Leaderboard</h1>"""
23
- IMAGE = """<a href="https://discord.gg/bittensor" target="_blank"><img src="https://github.com/PlixML/pixel/raw/master/docs/pixellogo.png" alt="pixellogo" style="margin: auto; width: 20%; border: 0;" /></a>"""
24
  HEADER = """<h2 align="center" class="typewriter"><a href="https://github.com/PlixAI/pixel-subnet-leaderboard" target="_blank">Subnet 17</a> is a <a href="https://bittensor.com/" target="_blank">Bittensor</a> subnet that incentivizes the creation of the best image open models by evaluating submissions on a constant stream of newly generated synthetic MidJourney v6 data. The models with the best <a href="https://github.com/PlixAI/pixel-subnet-leaderboard/blob/master/docs/validator.md" target="_blank">head-to-head loss</a> on the evaluation data receive a steady emission of TAO.</h3>"""
25
  EVALUATION_DETAILS = """<b>Name</b> is the 🤗 Hugging Face model name (click to go to the model card). <b>Rewards / Day</b> are the expected rewards per day for each model. <b>Perplexity</b> is represents the loss on all of the evaluation data for the model as calculated by the validator (lower is better). <b>UID</b> is the Bittensor user id of the submitter. <b>Block</b> is the Bittensor block that the model was submitted in. More stats on <a href="https://taostats.io/subnets/netuid-17/" target="_blank">taostats</a>."""
26
  EVALUATION_HEADER = """<h3 align="center">Shows the latest internal evaluation statistics as calculated by a validator run by Nous Research</h3>"""
 
20
 
21
  FONT = """<link href="https://fonts.cdnfonts.com/css/jmh-typewriter" rel="stylesheet">"""
22
  TITLE = """<h1 align="center" id="space-title" class="typewriter">Subnet 6 Leaderboard</h1>"""
23
+ IMAGE = """<a href="https://discord.gg/bittensor" target="_blank"><img src="https://github.com/PlixML/pixel/raw/master/docs/pixellogo.png" alt="pixellogo" style="margin: auto; width: 3%; border: 0;" /></a>"""
24
  HEADER = """<h2 align="center" class="typewriter"><a href="https://github.com/PlixAI/pixel-subnet-leaderboard" target="_blank">Subnet 17</a> is a <a href="https://bittensor.com/" target="_blank">Bittensor</a> subnet that incentivizes the creation of the best image open models by evaluating submissions on a constant stream of newly generated synthetic MidJourney v6 data. The models with the best <a href="https://github.com/PlixAI/pixel-subnet-leaderboard/blob/master/docs/validator.md" target="_blank">head-to-head loss</a> on the evaluation data receive a steady emission of TAO.</h3>"""
25
  EVALUATION_DETAILS = """<b>Name</b> is the 🤗 Hugging Face model name (click to go to the model card). <b>Rewards / Day</b> are the expected rewards per day for each model. <b>Perplexity</b> is represents the loss on all of the evaluation data for the model as calculated by the validator (lower is better). <b>UID</b> is the Bittensor user id of the submitter. <b>Block</b> is the Bittensor block that the model was submitted in. More stats on <a href="https://taostats.io/subnets/netuid-17/" target="_blank">taostats</a>."""
26
  EVALUATION_HEADER = """<h3 align="center">Shows the latest internal evaluation statistics as calculated by a validator run by Nous Research</h3>"""