Datasets:
Languages:
Portuguese
License:
File size: 248 Bytes
b665391 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
license: mit
language:
- pt
---
## How to Use
The datasets library allows easy loading of the dataset with the load_dataset() function.
```python
from datasets import load_dataset
dataset = load_dataset("nilc-nlp/NURC-SP_Corpus_Minimo")
``` |