Datasets:
Declare embed + reduce as non-default configs (keep main table = documents/parse)
Browse files
README.md
CHANGED
|
@@ -29,6 +29,14 @@ configs:
|
|
| 29 |
data_files:
|
| 30 |
- split: train
|
| 31 |
path: documents-*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
---
|
| 33 |
|
| 34 |
# Vietnamese National Legal Database — `vbpl.vn`
|
|
|
|
| 29 |
data_files:
|
| 30 |
- split: train
|
| 31 |
path: documents-*.parquet
|
| 32 |
+
- config_name: embed
|
| 33 |
+
data_files:
|
| 34 |
+
- split: train
|
| 35 |
+
path: embed-*.parquet
|
| 36 |
+
- config_name: reduce
|
| 37 |
+
data_files:
|
| 38 |
+
- split: train
|
| 39 |
+
path: reduce-*.parquet
|
| 40 |
---
|
| 41 |
|
| 42 |
# Vietnamese National Legal Database — `vbpl.vn`
|