Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: static
|
5 |
+
data_files: "static.csv"
|
6 |
+
- config_name: temporal
|
7 |
+
data_files: "temporal.csv"
|
8 |
+
- config_name: disputable
|
9 |
+
data_files: "disputable.csv"
|
10 |
+
---
|