Skip to content
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

3 sampler interface between postgresql and manager #16

Merged
merged 14 commits into from
Apr 8, 2024

Conversation

AguirreNicolas
Copy link
Contributor

Retrieve ConfigurableTask with its corresponding splits (in form of DictDataset) based on pocket-args like:

 {"task_name": {"address": "#########", "blacklist": [x, x, ..., x], "qty": k}

where:

  • task_name: name of the task in terms of lm-eval-harness
  • address: Pocket Network node address
  • blacklist: Samples ids of the task_name already registerd.
  • qty: Number of new random samples to test.

@AguirreNicolas AguirreNicolas linked an issue Apr 5, 2024 that may be closed by this pull request
@RawthiL RawthiL merged commit a0c362c into main Apr 8, 2024
3 checks passed
@RawthiL RawthiL deleted the 3-sampler-interface-between-postgresql-and-manager branch April 8, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sampler: interface between postgreSQL and Manager
2 participants