Openvalidators is a collection of open source validators for the Bittensor Network.
Project description
This repository contains Bittensor Validators designed by the OpenTensor Foundation team for the community. It offers several functionalities, such as:
- Building and running Bittensor validators
- Real-time analysis of validator performance integrated with wandb
- Offline analysis of data generated from the network
- Creation of datasets using network data for training miners
The main goal of this repository is to facilitate the interaction with the Bittensor network by providing a set of open-source validators to the community. The current validator implementation queries the network for responses and evaluations using carefully crafted prompts, that are later evaluated by a large foundation GPT-J reward model.
Additionally, the repository provides an analysis and data toolkit that allows users to analyze the data generated from the validator's interaction with the network. By default, the validator collects various data points, such as question responses, evaluations, rewards and scorings by UID, and model performance data. This data is then sent to wandb, making it publicly accessible to the community.
The toolkit also includes scripts to analyze and extract data from specific validator runs or multiple runs, simplifying the creation of valuable datasets for the community's miners.
To learn more about the Bittensor validation process, check out this documentation.
Usage
There are currently four main avenues for engaging with this repository:
-
- Designed for TAO holders who aim to build or run validators developed by the foundation.
-
Real-time performance analysis with wandb integration:
- Allows users to analyze the performance of various validators runs in real-time using wandb.
-
- Caters to individuals, researchers, and data scientists interested in analyzing the data generated from the validators' interaction with the Bittensor network.
-
- Serves individuals, researchers, and developers who seek to create datasets for the community's miners.
Install
There are two ways to use OpenTensor validators:
- With pip:
$ pip3 install open-validators
- From source:
$ git clone https://github.com/opentensor/openvalidators.git
$ pip install -e openvalidators/
You can test the installation by running the following command:
$ python3 openvalidators/neuron.py --help
Validators
Participation in Network Validation is available to TAO holders. The validation mechanism utilizes a dual proof-of-stake and proof-of-work system known as Yuma Consensus, which you can learn more about here. To start validating, you will need to have a Bittensor wallet with a sufficient amount of TAO tokens staked.
Once you have your wallet ready for validation, you can start the foundation validator by running the following command:
$ python3 openvalidators/neuron.py --wallet.name <your-wallet-name> --wallet.hotkey <your-wallet-hot-key>
Real-time performance analysis with wandb integration
By default, the validator sends data to wandb, allowing users to analyze the performance of the validator in real-time. All the data sent to wandb is publicly available to the community at the following link.
You don't need to have a wandb account to access the data or to generate a new run, but bear in mind that data generated by anonymous users will be deleted after 7 days as default wandb policy.
Data analysis
This repository provides a set of tools to analyze the data generated by the validators. The scripts and notebooks are located in the analysis folder.
Dataset creation
For the individuals who are eager to create datasets tailored specifically for the community's miners. With convenient scripts available in the scripts folder, you can effortlessly download data from specific or multiple runs of wandb, empowering you to curate comprehensive and valuable datasets that align with your mining objectives.
License
The MIT License (MIT) Copyright © 2023 Yuma Rao
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file openvalidators-0.0.1.tar.gz
.
File metadata
- Download URL: openvalidators-0.0.1.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6fc1615b6041a289734950ab299dae41c458a80b509966f27e83302d3664f5d |
|
MD5 | c2649701b56d42622acc3ac516102e94 |
|
BLAKE2b-256 | b32cce4ad52f7cc87e93f307332caf7aece2be47164e888f4b8810a8dedca6de |
File details
Details for the file openvalidators-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: openvalidators-0.0.1-py3-none-any.whl
- Upload date:
- Size: 34.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11858fec9a862ba3583e3ed854f72be25b8170d6596a198ac3a8cd79c0b226d4 |
|
MD5 | 0d0c524758aba8bbdb19181a492247e8 |
|
BLAKE2b-256 | 0076ce819a3115a2bce35627441a062b7fa873c68091ff043e162c6fd519ff00 |