Response Quality Ranker V2 Submission Guide (Active after Jan 15th 2025 14:00 UTC)
Description
The Response Quality Ranker V2 challenge evaluates miners on their ability to rank multiple responses to a given question based on quality, including relevance, clarity, and detail. Miners must submit models capable of ranking these responses, aligning as closely as possible to the provided ground truth rankings. This challenge is designed to foster advancements in text evaluation and ranking algorithms.
Example Code and Submission Instructions
Example code for the Response Quality Ranker Submission can be found in the redteam_core/miner/commits/response_quality_ranker
directory.
Download model princeton-nlp/unsup-simcse-bert-base-uncased and place it in the redteam_core/miner/commits/response_quality_ranker
directory.
Download model snorkelai/instruction-response-quality, place it in the redteam_core/miner/commits/response_quality_ranker
directory and rename to models
. Remember to include all model files, as miner is prevented from connecting to the internet.
Follow the steps below to build, tag, push, and update the active commit:
1. Navigate to the Response Quality Ranker Commit Directory
2. Build the Docker Image
To build the Docker image for the text detection submission, run:
3. Tag the Docker Image
After building the image, tag it with your repository name:
4. Log in to Docker
Log in to your Docker Hub account using the following command:
Enter your Docker Hub credentials when prompted.
5. Push the Docker Image
Push the tagged image to your Docker Hub repository:
6. Retrieve the SHA256 Digest
After pushing the image, retrieve the digest by running:
7. Update active_commit.yaml
Finally, go to the neurons/miner/active_commit.yaml
file and update it with the new image tag: