fix dataset card metadata and add explicit data_files config
Browse files
README.md
CHANGED
|
@@ -1,9 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
task_categories:
|
| 5 |
- question-answering
|
| 6 |
- table-question-answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
<div align="center">
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pretty_name: DataClaw
|
| 4 |
+
language:
|
| 5 |
+
- zh
|
| 6 |
task_categories:
|
| 7 |
- question-answering
|
| 8 |
- table-question-answering
|
| 9 |
+
tags:
|
| 10 |
+
- data-analysis
|
| 11 |
+
- benchmark
|
| 12 |
+
- agent
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: default
|
| 15 |
+
data_files:
|
| 16 |
+
- assets/database/**/*.csv
|
| 17 |
---
|
| 18 |
|
| 19 |
<div align="center">
|