datasets-tagging / apputils.py
theo
leverage infos file, fix prerun script
9ec7c08
raw history blame
No virus
353 Bytes
from typing import Dict, List
def new_state() -> Dict[str, List]:
return {
"task_categories": [],
"task_ids": [],
"multilinguality": [],
"languages": [],
"language_creators": [],
"annotations_creators": [],
"source_datasets": [],
"size_categories": [],
"licenses": [],
}