Unverified Commit 95167926 authored by Vicki Boykis's avatar Vicki Boykis Committed by GitHub
Browse files

Setting trust_remote_code to True for HuggingFace datasets compatibility (#1487)

* setting trust_remote_code

* dataset list no notebooks

* respect trust remote code

* Address changes, move cli options and change datasets

* fix task for tests

* headqa

* remove kobest

* pin datasets and address comments

* clean up space
parent e5e35fca
......@@ -12,3 +12,5 @@ metric_list:
- metric: acc
metadata:
version: 0.0
dataset_kwargs:
trust_remote_code: true
......@@ -12,3 +12,5 @@ metric_list:
- metric: acc
metadata:
version: 0.0
dataset_kwargs:
trust_remote_code: true
......@@ -12,3 +12,5 @@ metric_list:
- metric: acc
metadata:
version: 0.0
dataset_kwargs:
trust_remote_code: true
......@@ -23,3 +23,5 @@ metric_list:
higher_is_better: true
metadata:
version: 2.0
dataset_kwargs:
trust_remote_code: true
......@@ -12,3 +12,5 @@ metric_list:
higher_is_better: true
metadata:
version: 2.0
dataset_kwargs:
trust_remote_code: true
......@@ -18,3 +18,5 @@ metric_list:
ignore_punctuation: false
metadata:
version: 2.0
dataset_kwargs:
trust_remote_code: true
......@@ -18,3 +18,5 @@ metric_list:
ignore_punctuation: false
metadata:
version: 2.0
dataset_kwargs:
trust_remote_code: true
......@@ -18,3 +18,5 @@ metric_list:
ignore_punctuation: false
metadata:
version: 2.0
dataset_kwargs:
trust_remote_code: true
......@@ -18,3 +18,5 @@ metric_list:
ignore_punctuation: false
metadata:
version: 2.0
dataset_kwargs:
trust_remote_code: true
......@@ -16,3 +16,5 @@ metric_list:
- metric: bits_per_byte
metadata:
version: 2.0
dataset_kwargs:
trust_remote_code: true
......@@ -21,7 +21,7 @@ license = { "text" = "MIT" }
dependencies = [
"accelerate>=0.21.0",
"evaluate",
"datasets>=2.14.0",
"datasets>=2.16.0",
"evaluate>=0.4.0",
"jsonlines",
"numexpr",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment