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

trust_remote_code is not been passed to dataset #276

Open
login256 opened this issue Sep 24, 2024 · 1 comment
Open

trust_remote_code is not been passed to dataset #276

login256 opened this issue Sep 24, 2024 · 1 comment

Comments

@login256
Copy link

login256 commented Sep 24, 2024

At bigcode_eval/base.py/Task/__init__
self.dataset = load_dataset(path=self.DATASET_PATH, name=self.DATASET_NAME)
Does not pass the arg trust_remote_code here

@login256 login256 changed the title trust_remote_code trust_remote_code is not been passed to dataset Sep 24, 2024
@Vipitis
Copy link

Vipitis commented Sep 29, 2024

was decided as not needed in #176 you should be able to set an env var to HF_DATASETS_TRUST_REMOTE_CODE=1` to bypass this

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

2 participants