Librarian Bot: Add language metadata for dataset
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: odc-by
|
3 |
configs:
|
4 |
- config_name: bar_Latn
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path:
|
8 |
- split: test
|
9 |
-
path:
|
10 |
---
|
11 |
|
12 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- de
|
4 |
license: odc-by
|
5 |
configs:
|
6 |
- config_name: bar_Latn
|
7 |
data_files:
|
8 |
- split: train
|
9 |
+
path: bar_Latn/train/*.parquet
|
10 |
- split: test
|
11 |
+
path: bar_Latn/test/*.parquet
|
12 |
---
|
13 |
|
14 |
|