Datasets:
Languages:
Portuguese
License:
RodrigoLimaRFL
commited on
Commit
•
b665391
1
Parent(s):
d6adbca
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- pt
|
5 |
+
---
|
6 |
+
|
7 |
+
## How to Use
|
8 |
+
|
9 |
+
The datasets library allows easy loading of the dataset with the load_dataset() function.
|
10 |
+
|
11 |
+
```python
|
12 |
+
from datasets import load_dataset
|
13 |
+
|
14 |
+
dataset = load_dataset("nilc-nlp/NURC-SP_Corpus_Minimo")
|
15 |
+
```
|