Datasets:
Librarian Bot: Add language metadata for dataset
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
configs:
|
4 |
- config_name: static
|
5 |
data_files:
|
6 |
- split: test
|
7 |
-
path:
|
8 |
- config_name: temporal
|
9 |
data_files:
|
10 |
- split: test
|
11 |
-
path:
|
12 |
- config_name: disputable
|
13 |
data_files:
|
14 |
- split: test
|
15 |
-
path:
|
16 |
---
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
configs:
|
6 |
- config_name: static
|
7 |
data_files:
|
8 |
- split: test
|
9 |
+
path: static.csv
|
10 |
- config_name: temporal
|
11 |
data_files:
|
12 |
- split: test
|
13 |
+
path: temporal.csv
|
14 |
- config_name: disputable
|
15 |
data_files:
|
16 |
- split: test
|
17 |
+
path: disputable.csv
|
18 |
---
|