Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,8 @@ tags:
|
|
| 7 |
- binary_classification
|
| 8 |
pretty_name: Congress
|
| 9 |
size_categories:
|
| 10 |
-
-
|
| 11 |
-
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- voting
|
|
@@ -27,4 +27,4 @@ Congressmen of two different parties vote on a series of bills. Guess the party
|
|
| 27 |
from datasets import load_dataset
|
| 28 |
|
| 29 |
dataset = load_dataset("mstz/congress", "voting")["train"]
|
| 30 |
-
```
|
|
|
|
| 7 |
- binary_classification
|
| 8 |
pretty_name: Congress
|
| 9 |
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- voting
|
|
|
|
| 27 |
from datasets import load_dataset
|
| 28 |
|
| 29 |
dataset = load_dataset("mstz/congress", "voting")["train"]
|
| 30 |
+
```
|