Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -3,12 +3,11 @@ configs:
|
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
- split: pt
|
6 |
-
path:
|
7 |
- split: br
|
8 |
-
path:
|
9 |
- split: other
|
10 |
-
path:
|
11 |
-
|
12 |
task_categories:
|
13 |
- text-generation
|
14 |
- text-classification
|
@@ -19,6 +18,8 @@ tags:
|
|
19 |
- br
|
20 |
- portuguese
|
21 |
- brazilian
|
|
|
|
|
22 |
size_categories:
|
23 |
- 100M<n<1B
|
24 |
---
|
@@ -50,4 +51,4 @@ Given the dataset's extensive nature, it may contain personal and sensitive info
|
|
50 |
The license terms for the VeraCruz Dataset strictly follow those of mC4 and OSCAR. Please refer to the licenses of both datasets when using VeraCruz:
|
51 |
|
52 |
- [mC4 License Details](https://huggingface.co/datasets/allenai/c4#license)
|
53 |
-
- [OSCAR License Details](https://huggingface.co/datasets/oscar-corpus/OSCAR-2301#licensing-information)
|
|
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
- split: pt
|
6 |
+
path: pt/*.parquet
|
7 |
- split: br
|
8 |
+
path: br/*.parquet
|
9 |
- split: other
|
10 |
+
path: other/*.parquet
|
|
|
11 |
task_categories:
|
12 |
- text-generation
|
13 |
- text-classification
|
|
|
18 |
- br
|
19 |
- portuguese
|
20 |
- brazilian
|
21 |
+
- portugal
|
22 |
+
- brazil
|
23 |
size_categories:
|
24 |
- 100M<n<1B
|
25 |
---
|
|
|
51 |
The license terms for the VeraCruz Dataset strictly follow those of mC4 and OSCAR. Please refer to the licenses of both datasets when using VeraCruz:
|
52 |
|
53 |
- [mC4 License Details](https://huggingface.co/datasets/allenai/c4#license)
|
54 |
+
- [OSCAR License Details](https://huggingface.co/datasets/oscar-corpus/OSCAR-2301#licensing-information)
|