RodrigoLimaRFL's picture
Create README.md
b665391 verified
---
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")
```