Skip to content

Commit

Permalink
Update blocked datasets (#187)
Browse files Browse the repository at this point in the history
* feat: 🎸 block two more datasets

* style: 💄 sort the datasets to make it easier to maintain
  • Loading branch information
severo authored Mar 25, 2022
1 parent 6f1b609 commit de2ff07
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/datasets_preview_backend/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,26 @@

# these datasets take too much time, we block them beforehand
DATASETS_BLOCKLIST: List[str] = [
"imthanhlv/binhvq_news21_raw",
"SaulLu/Natural_Questions_HTML_Toy",
"SaulLu/Natural_Questions_HTML_reduced_all",
"z-uo/squad-it",
"kiyoung2/aistage-mrc",
"clips/mqa",
"Alvenir/nst-da-16khz",
"bigscience/P3",
"clips/mqa",
"echarlaix/gqa-lxmert",
"echarlaix/vqa-lxmert",
"fractalego/QA_to_statements",
"hyperpartisan_news_detection",
"imthanhlv/binhvq_news21_raw",
"Graphcore/gqa-lxmert",
"Graphcore/vqa-lxmert",
"kiyoung2/aistage-mrc",
"lewtun/gem-multi-dataset-predictions",
"lukesjordan/worldbank-project-documents",
"math_dataset",
"midas/ldke3k_medium",
"midas/ldke3k_small",
"midas/ldkp3k_small",
"qr/cefr_book_sentences",
"hyperpartisan_news_detection",
"math_dataset",
"SaulLu/Natural_Questions_HTML_reduced_all",
"SaulLu/Natural_Questions_HTML_Toy",
"unicamp-dl/mmarco",
"echarlaix/gqa-lxmert",
"Graphcore/gqa-lxmert",
"bigscience/P3",
"z-uo/squad-it",
]

0 comments on commit de2ff07

Please sign in to comment.