Librarian Bot: Add language metadata for dataset
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-sa-3.0
|
3 |
configs:
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path:
|
8 |
---
|
9 |
# wiki-sample
|
10 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-sa-3.0
|
5 |
configs:
|
6 |
- config_name: default
|
7 |
data_files:
|
8 |
- split: train
|
9 |
+
path: train.json
|
10 |
---
|
11 |
# wiki-sample
|
12 |
|