Librarian Bot: Add language metadata for dataset
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
configs:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
configs:
|
| 6 |
+
- config_name: bbc
|
| 7 |
+
data_files:
|
| 8 |
+
- split: train
|
| 9 |
+
path: bbc_news-train-3-classes.jsonl
|
| 10 |
+
- split: test
|
| 11 |
+
path: bbc_news-test-3-classes.jsonl
|
| 12 |
+
- config_name: news20
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: news20_train-train-3-classes.jsonl
|
| 16 |
---
|