mstz commited on
Commit
18ddfe2
1 Parent(s): d391924

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,8 +7,8 @@ tags:
7
  - binary_classification
8
  pretty_name: Congress
9
  size_categories:
10
- - 100<n<1K
11
- task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
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
+ ```