Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,11 @@ task_categories:
|
|
3 |
- tabular-classification
|
4 |
- tabular-regression
|
5 |
pretty_name: tabualar-benchmarks
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- tabular-classification
|
4 |
- tabular-regression
|
5 |
pretty_name: tabualar-benchmarks
|
6 |
+
---
|
7 |
+
|
8 |
+
Datasets used in the paper TODO
|
9 |
+
|
10 |
+
To download the archive you could use:
|
11 |
+
```bash
|
12 |
+
wget https://huggingface.co/datasets/puhsu/tabular-benchmarks/resolve/main/data.tar
|
13 |
+
```
|