lewtun HF staff commited on
Commit
5ffef31
1 Parent(s): 04cd4c8

Update schema

Browse files
Files changed (1) hide show
  1. {{cookiecutter.repo_name}}/cli.py +2 -2
{{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": (2244, 2),
18
  "terms_of_service": (5000, 2),
19
  "tai_safety_research": (1639, 2),
20
- "one_stop_english": (517, 2),
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