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

Enable support for Google Sheets-based datasets #86

Open
msoedov opened this issue Jan 16, 2025 · 0 comments
Open

Enable support for Google Sheets-based datasets #86

msoedov opened this issue Jan 16, 2025 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@msoedov
Copy link
Owner

msoedov commented Jan 16, 2025

Extend datasets in probe_data/init.py to be able to handle public Google Sheets-based links.

    {
        "dataset_name": "simonycl/aya-23-8B_advbench_jailbreak",
        "num_prompts": 416,
        "tokens": None,  # Add actual token count if available
        "approx_cost": 0.0,
        "source": "Hugging Face Datasets",
        "selected": False,
        "dynamic": False,
        "url": "https://huggingface.co/simonycl/aya-23-8B_advbench_jailbreak",
        "modality": "text",
    },
@msoedov msoedov added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 16, 2025
Repository owner deleted a comment from codeautopilot bot Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant