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

Automatic upload traces to hugging-face #53

Open
recursix opened this issue Oct 7, 2024 · 1 comment
Open

Automatic upload traces to hugging-face #53

recursix opened this issue Oct 7, 2024 · 1 comment
Assignees

Comments

@recursix
Copy link
Collaborator

recursix commented Oct 7, 2024

Make tools to simplify adding traces of agents to an ever growing huggingfaces dataset.

  • create 2 datasets on hugging face

    • one that would be an index to be able to easily retrieve traces based on attributes similar to the dataframe when we run load_result_df
    • one that contains actual zipped traces that can be retrieved from a pointer in the index
  • make code to upload a study trace by trace and easy way to group the traces by study in the index.

  • legality:

    • limit adding only from the domains that are whitlisted (e.g. our benchmarks or a subset of them)
    • based on which LLM and which benchmarks attribute a specific license to it.
@recursix recursix self-assigned this Oct 7, 2024
@recursix
Copy link
Collaborator Author

we can leverage the exp_args.exp_id (a uuid) as a unique reference for each trace

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

No branches or pull requests

1 participant