Update schema
Browse files
{{cookiecutter.repo_name}}/cli.py
CHANGED
@@ -14,10 +14,10 @@ CSV_SCHEMA = {
|
|
14 |
"ade_corpus_v2": (5000, 2),
|
15 |
"twitter_complaints": (3399, 2),
|
16 |
"neurips_impact_statement_risks": (150, 2),
|
17 |
-
"systematic_review_inclusion": (
|
18 |
"terms_of_service": (5000, 2),
|
19 |
"tai_safety_research": (1639, 2),
|
20 |
-
"one_stop_english": (
|
21 |
"tweet_eval_hate": (2966, 2),
|
22 |
}
|
23 |
|
|
|
14 |
"ade_corpus_v2": (5000, 2),
|
15 |
"twitter_complaints": (3399, 2),
|
16 |
"neurips_impact_statement_risks": (150, 2),
|
17 |
+
"systematic_review_inclusion": (2243, 2),
|
18 |
"terms_of_service": (5000, 2),
|
19 |
"tai_safety_research": (1639, 2),
|
20 |
+
"one_stop_english": (516, 2),
|
21 |
"tweet_eval_hate": (2966, 2),
|
22 |
}
|
23 |
|