generated from opentensor/bittensor-subnet-template
-
Notifications
You must be signed in to change notification settings - Fork 64
SN1-13: Organic Scoring implementation #268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
246a482
Add draft organic dataset, task, validator axon
dbobrenko b158b90
Merge branch 'main' into feature/organic-task
dbobrenko 8786155
[WIP] Add architecture, rewards, task, dataset etc
dbobrenko f36ed99
Update draft notebook
dbobrenko 02d2de2
Add minor organic changes
dbobrenko 6db5919
Merge with main branch
dbobrenko d9927d3
Add WIP miners response
dbobrenko 785afb6
Finish end-to-end organic communication
dbobrenko b4f29fe
Remove commented code
dbobrenko d565732
WIP Organic module refactor
dbobrenko 7782d5d
WIP-2 Organic thread refactor
dbobrenko ec51132
WIP concurrent streams
dbobrenko 1b6c16b
[WIP] Fix issue with dendride streaming
dbobrenko 7d26c26
WIP
dbobrenko 5c5078e
SN1-109: Refactor organics to base organics framework
dbobrenko ba5641f
SN1-131: Clean up the code
dbobrenko 262e5c5
Add organic sampling method to config
dbobrenko 66c5655
Merge with staging
dbobrenko fcb653d
Add axon disabled warning
dbobrenko 19094e7
Fix OrganicScoring args
dbobrenko abd352c
Run isort, remove Optional typing
dbobrenko 1bbcc1d
Move Organic reward pipeline to a separate object
dbobrenko 8e0f3e3
Add whitelist hotkey for axon
dbobrenko 027d706
Add config flags to disable weight setting, docstring
dbobrenko e3b4e24
Set max_tokens to 1024 for organic reference
dbobrenko 6e0fbd3
Wait for miners completion during reuse, add flags
dbobrenko 8760b8a
Remove debugging blacklist hotkey
dbobrenko 844cb9d
Rename config param to organic_set_weights_enabled
dbobrenko 3574d52
Fix wrong config param
dbobrenko 9386f67
Add timestamp to chunk
dbobrenko 8345d52
Remove debugging blacklist hotkey
dbobrenko c541408
Add closing chunk; run isort, black, ruff
dbobrenko 0de69f6
Change organic response logging to debug
dbobrenko 9ac31bf
Add more logs to organics, increase trigger frequency
dbobrenko e016fed
SN1-136: Save organics to csv file
dbobrenko 6a20477
Remove timestamp from chunk
dbobrenko 0b64a2d
Split organic into 2 csv files
dbobrenko 0daa5b1
Fix wrong csv files
dbobrenko f8f7deb
Remove unused import
dbobrenko d8203f0
Move axon serve after organic init
dbobrenko 702ef8f
Move axon serve after organic init
dbobrenko fdf4749
Move run to async function, apply lock to LLM
dbobrenko 8116e36
Revert debugging timeout to 15 sec
dbobrenko caeaa81
Revert debugging blacklist key
dbobrenko 0a9f657
Add try except blocks for organic scoring
dbobrenko 3b76700
Merge with debug csv branch
dbobrenko 152f371
Remove unused import
dbobrenko 358dbee
Move organic to main loop
dbobrenko 41746dd
Remove debugging blacklist hotkey
dbobrenko 204f3e4
Rvert asyncio loop
dbobrenko 3d1342a
Clean up the code
dbobrenko 6988799
Reduce rewards for synth
dbobrenko e14d56f
Merge branch 'feature/organic-csv-debug' into feature/organic-task
dbobrenko 64d2ae3
Small fixes
dbobrenko 8bc004e
Remove weights scale
dbobrenko aa456f6
Add LLM locks
dbobrenko 0799aa1
Make synth dataset optional
dbobrenko ef8f820
Address comments
dbobrenko fdf8a38
Fix unavailable synth dataset
dbobrenko 77caafa
Update README for validators
dbobrenko 22d3ae1
Add rouge, reduce penalty
dbobrenko 0629b29
Address Kalei's comments
dbobrenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,7 @@ | |
|
|
||
| import copy | ||
| import sys | ||
| import threading | ||
|
|
||
| import bittensor as bt | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.