Skip to content

Commit

Permalink
bumping video rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanuys committed Jan 25, 2025
1 parent 2c683e8 commit 7a5d94c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ The BitMind Subnet is **the world's first decentralized AI-generated content det

<table style="border: none !important; width: 100% !important; border-collapse: collapse !important;">
<tbody>
<tr>
<td><b>Docs</b></td>
<td><b>Resources</b></td>
</tr>
<tr style="vertical-align: top !important">
<td>
<b>Docs</b><br>
<a href="https://docs.bittensor.com/learn/bittensor-building-blocks">🧠 Learn About Bittensor</a><br>
<a href="docs/Mining.md">⛏️ Mining Guide</a><br>
<a href="docs/Validating.md">πŸ”§ Validator Guide</a><br>
<a href="#Subnet-Architecture">πŸ—οΈ Architecture Diagrams</a><br>
<a href="docs/Incentive.md">πŸ“ˆ Incentive Mechanism</a><br>
<a href="docs/Contributor_Guide.md">🀝 Contributor Guide</a></td>
<td>
<b>Resources</b><br>
<a href="https://www.bitmind.ai/apps">πŸš€ SN34-Powered Applications</a><br>
<a href="https://huggingface.co/bitmind">πŸ€— BitMind Huggingface</a><br>
<a href="https://wandb.ai/bitmindai/bitmind-subnet">πŸ“Š Mainnet 34 W&B</a> | <a href="https://wandb.ai/bitmindai/bitmind">Testnet 168 W&B</a><br>
Expand Down
4 changes: 2 additions & 2 deletions bitmind/validator/reward.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def get_rewards(
miner_rewards.append(0.0)

total_reward = (
0.2 * miner_modality_rewards['video'] +
0.8 * miner_modality_rewards['image']
0.4 * miner_modality_rewards['video'] +
0.6 * miner_modality_rewards['image']
)
miner_rewards.append(total_reward)
miner_metrics.append(miner_modality_metrics)
Expand Down

0 comments on commit 7a5d94c

Please sign in to comment.