Add an universal identifier to tasks to help with data mining and evaluation#17
Open
vaqxai wants to merge 3 commits intoGraphiteAI:mainfrom
Open
Add an universal identifier to tasks to help with data mining and evaluation#17vaqxai wants to merge 3 commits intoGraphiteAI:mainfrom
vaqxai wants to merge 3 commits intoGraphiteAI:mainfrom
Conversation
The task UUID is an unique identifier for each task given to miners by the validator. It allows miners and validators to identify the tasks, and allow for more detailed data mining and evaluation of performance.
Improve code readability.
The miner is now aware of task_uuid and can use that information to compare their results live to other miners using the validator's outputs logged to the public WandB dashboard (or in the future by other means). They can also use this uuid for their own logging.
|
lgtm |
|
nice PR bro |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The task UUID is an unique identifier for each task given to miners by the validator. It allows miners and validators to identify the tasks, and allow for more detailed data mining and evaluation of performance.
The validator will assign a task_uuid to each request they send out, and the miner will be aware of this value. The miner can use this value to compare their output to the WandB dashboard and validator-produced logs or results. They can also use this value to self-evaluate based on personal logs or other means of output storage.