nourish.list_all_datasets¶
-
nourish.list_all_datasets()¶ Show all available nourish datasets and their versions.
- Returns
Mapping of available datasets and their versions.
- Return type
Dict[str, Tuple]
Example:
>>> import pprint >>> datasets = list_all_datasets() >>> pprint.pprint(datasets) {...'gmb': ('1.0.2',),... 'wikitext103': ('1.0.1',)...}