Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
task_categories:
|
3 |
- text-generation
|
4 |
- text-classification
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: pt
|
4 |
+
data_files: pt/*.parquet
|
5 |
+
- config_name: br
|
6 |
+
data_files: br/*.parquet
|
7 |
+
- config_name: other
|
8 |
+
data_files: other/*.parquet
|
9 |
+
|
10 |
task_categories:
|
11 |
- text-generation
|
12 |
- text-classification
|