## datasets.bart_available()


Return whether the BART dataset can be loaded (download succeeds).


Usage

``` python
datasets.bart_available()
```


## Returns


`bool`  
`True` if `load_bart_od()` loads without error.
